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 | 31 |
Tags
- mysql =
- MYSQL
- getEntityGraph
- spring boot
- AuditingEntityListener
- 운동해서 광명찾자
- MSSQL
- +9:00
- 버전 문자열 비교
- EmbeddedId
- https
- 오블완
- createEntityGraph
- deserializer
- mysql equal null
- sendFractionalSeconds
- pooled-lo
- @CreateDate
- NamedEntityGraph
- Protecle
- 티스토리챌린지
- load order
- apatch poi
- @EntityListeners
- mysql not equal null
- getDateCellValue
- fractional seconds
- RootGraph
- yml
- 1*1000
Archives
- Today
- Total
목록load order (1)
Hello
spring application.properties(.yml) 로드 순서
spring boot properties 설정 관련된 내용을 새로 알게되어 정리하고자 글을쓴다. application.properties application-dev.properties spring boot는 profile properties 파일을 우선으로 로드하고있다. spring.active.profile 속성을 통해 읽고자 하는 프로파일을 설정할 수 있습니다. spring.active.profile=dev 속성을 지정한다면, 위와 같은 파일을 가질 경우 application-dev.properties -> application.properties 순으로 파일을 읽어 낸다. 위의 설정이 아래와 같이 값을 가지고 있다면 있다면, dev.properties 설정을 읽는다. 우선순위는 {profile}...
spring
2021. 4. 12. 22:56