로그 칼라 출력1 [Spring Boot] 11 - 프로파일, 로깅 설정 Spring Boot 011 - 프로파일, 기본 로깅 3. Profiles Spring 프로파일은 어플리케이션 설정의 일부를 분리하고, 특정 환경에서만 작동하게 만드는 방법을 제공합니다. @Component, @Configuration, @ConfigurationProperties 는 로드될 때 제한시키기 위해@Profile로 표시될 수 있습니다. @Configuration(proxyBeanMethods = false) @Profile("production") public class ProductionConfiguration { // ... } spring.profiles.active, Environment 속성을 이용해서 무슨 프로파일이 활성화되었는지 정할 수 있습니다. Command Line Argu.. 2020. 3. 31. 728x90 이전 1 다음