123456789101112131415161718192021222324252627 |
- application:
- name: 안동시 교통정보 가공서버
- running:
- center-id: L08
- region-code: 354
- region-name: 안동시
- server:
- port: 7998
- spring:
- datasource:
- hikari:
- driver-class-name: com.tmax.tibero.jdbc.TbDriver
- jdbc-url: jdbc:tibero:thin:@10.10.10.11:8629:Andong_ITS
- username: ENC(D/mtjX68HkE=)
- password: ENC(zQxSStMUW37QqZ+AJ4OKPg==)
- utis-datasource:
- hikari:
- driver-class-name: com.tmax.tibero.jdbc.TbDriver
- jdbc-url: jdbc:tibero:thin:@10.10.10.11:8629:Andong_ITS
- username: ENC(D/tgqlrWU9Sbk=)
- password: ENC(D/tgqlrWU9Sbk=)
|