[Java Spring Boot] intelliJ의 spring boot 에서 profile 사용한 application.properties 로딩 (gradle build)2021. 6. 22. 15:16
출처: https://lejewk.github.io/springboot-gradle-spring-profiles-active/
spring boot 에서 profile 사용한 application.properties 로딩 (gradle build)
환경(dev, qa, stage, prod) 에 따른 설정 로딩 요구개발환경에 따라 설정값을 달리 로딩해야할 필요가 있습니다. Eg) dev, qa, stage, prod spring boot 에서는 이들을 profile 로 취급하며,application-.propertie
lejewk.github.io
'Development > Java SpringBoot' 카테고리의 다른 글
[Java Spring Boot] SpringBoot 세션타임 관리하는 방법 (0) | 2021.07.13 |
---|---|
[Java Spring Boot] Spring Security의 계정 클래스와 권한 클래스 설계 (0) | 2021.06.28 |
[Java SpringBoot] WARN - Unable to start LiveReload server (0) | 2021.05.14 |
[Java SpringBoot] Youtube 강의 - 홍팍 (0) | 2021.05.04 |
[Java SpringBoot] IntelliJ + gradle 초기 설정 해보기 (1) (0) | 2021.05.04 |