Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- HATEOAS
- cors
- 백기선
- 알고리즘
- 외부설정
- JsonSerializer
- OAuth2
- Application Argument
- EnableAutoConfiguration
- @ConfigurationProperties
- webjar
- Spring Security
- HttpMessageConverters
- rest api
- Application Runner
- AuthenticationPrincipal
- 백트래킹
- 정적 리소스
- 스프링부트
- Application Event
- 다익스트라
- 백준
- @Profile
- 브루트포스
- JPA
- WebApplication Type
- 스프링 부트
- application.properties
- 리소스 서버
- 리소스핸들러
Archives
- Today
- Total
목록@Profile (1)
아카이브

@Profile을 통해 프로파일 상태에 따라 Bean 설정을 다르게 할 수 있다 application-{profile}.propertis : 프로파일용 프로퍼티 (기본 프로퍼티보다 우선순위가 높다) spring.profiles.active : 어떤 프로파일을 활성화 할 것인가? ## Profile spring.profiles.active=prod BaseConfiguration 은 active = prod 일때만 사용된다 profile properties가 기본 properties보다 우선순위가 높아서 [PROD] NAME 이 출력되었다
Spring/스프링 부트 개념과 활용
2021. 1. 3. 15:09