목록ConfigurationOnProperty (1)
기루 기룩 기록
[Spring] @ConfigurationOnProperty
https://reflectoring.io/dont-use-spring-profile-annotation/ Don't Use the @Profile Annotation in a Spring Boot App! Why using Spring's @Profile annotation is a bad idea and what to do instead. reflectoring.io @Profile에 따라 Service인터페이스 구현체를 사용하려고 찾아보던중 발견한 내용입니다. 원래 계획은 아래 샘플과 같이 use 프로파일을 사용할경우 UseService, no일경우 NoService를 사용하는것이였다. public interface interfaceService { void test(); } @Profile("us..
JAVA/Spring Boot
2023. 7. 5. 18:24