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
- AuditingEntityListener
- pooled-lo
- @CreateDate
- sendFractionalSeconds
- load order
- spring boot
- 오블완
- MYSQL
- +9:00
- NamedEntityGraph
- 운동해서 광명찾자
- mysql equal null
- mysql =
- createEntityGraph
- EmbeddedId
- https
- Protecle
- @EntityListeners
- getDateCellValue
- getEntityGraph
- yml
- 버전 문자열 비교
- mysql not equal null
- MSSQL
- fractional seconds
- 티스토리챌린지
- apatch poi
- deserializer
- RootGraph
- 1*1000
Archives
- Today
- Total
목록YAML (1)
Hello
여러 profile을 하나의 YAML으로 작성해 사용
이전글에 properties 와 yaml을 비교하는 글을 작성했는데 그중 yaml 파일에 여러개 profile 을 하나의 파일에 작성가능한 기능이 있어 이를 테스트 해보고 적용하려고 합니다. .yml spring: datasource: driver-class-name: com.mysql.jdbc.Driver username: 4ones url: jdbc:mysql://127.0.0.1:3306/test_db password: qwerasdfzxcv server: name: a_server port: '9090' --- spring: config: activate: on-profile: test logging: level: org: hibernate: debug name: test-YAML abc: cli..
spring
2023. 9. 19. 18:13