Notice
Recent Posts
Recent Comments
Link
250x250
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
Tags
- Effective Java
- Webpack
- 퀵소트
- log4j2
- java
- 정규표현식
- migration
- log_bin
- spring
- REACT
- JavaScript
- regex
- update
- REACTJS
- eslint
- MySQL
- Express
- git
- Node
- current_date
- Spring Batch
- mysql 5.5
- nodejs
- Effective Java 3/e
- npm
- spring cloud
- upgrade
- expire_logs_days
- Regular expression
- Chunk
Archives
- Today
- Total
728x90
목록application-dev (1)
728x90
내 세상
[Spring] @PropertySource Default 설정
@Configuration("Constants") @PropertySource(value = { "classpath:/application-${spring.profiles.active:testssgg}.properties" }) spring.profiles.active가 없을 때, testssg로 대체됨. 1) -Dspring.profiles.active=dev application-dev.properties 로드 2) -Dspring.profiles.active=prod application-prod.properties 로드 3) -Dspring.profiles.active가 없을 때 application-testssg.properties 로드
Technical/Spring
2022. 9. 14. 11:46