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
- 오블완
- jdbc utf8mb4
- https
- yml
- 티스토리챌린지
- AuditingEntityListener
- +9:00
- NamedEntityGraph
- 운동해서 광명찾자
- load order
- getEntityGraph
- sendFractionalSeconds
- spring boot
- jdbc characterencoding utf8mb4
- 1*1000
- MSSQL
- apatch poi
- mysql not equal null
- Protecle
- mysql =
- RootGraph
- getDateCellValue
- java jdbc utf8mb4 연결 오류
- 운영체제별 차이
- createEntityGraph
- MYSQL
- mysql8업그레이드
- fractional seconds
- 버전 문자열 비교
- mysql equal null
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