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
- 티스토리챌린지
- fractional seconds
- +9:00
- AuditingEntityListener
- pooled-lo
- EmbeddedId
- Protecle
- RootGraph
- mysql equal null
- spring boot
- sendFractionalSeconds
- getEntityGraph
- @CreateDate
- 버전 문자열 비교
- MYSQL
- NamedEntityGraph
- mysql =
- yml
- load order
- MSSQL
- deserializer
- apatch poi
- @EntityListeners
- 운동해서 광명찾자
- createEntityGraph
- 1*1000
- getDateCellValue
- 오블완
- mysql not equal null
- https
Archives
- Today
- Total
목록profile (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