issues
search
changju
/
study-springboot
0
stars
0
forks
source link
[4부: 스프링 부트 활용] 23. 프로파일
#13
Open
changju
opened
2 years ago
changju
commented
2 years ago
4부: 스프링 부트 활용
23. 프로파일
@ Profile 애노테이션은 어디에?
@ Configuration
@ Component
어떤 프로파일을 활성화 할 것인가?
spring.profiles.active
어떤 프로파일을 추가할 것인가?
spring.profiles.include
프로파일용 프로퍼티
application-{profile}.properties
changju
commented
2 years ago
Profile 사용하기
Profile 설정하기
Bean 읽어오기
읽어올 Profile 활성화 하기
4부: 스프링 부트 활용
23. 프로파일