techhero-permission-dev.yml 436 Bytes
Newer Older
Administrator committed
1 2
spring:
  datasource:
3
    url: jdbc:oracle:thin:@119.96.87.17:1521:orcl
Administrator committed
4 5 6 7
    username: zcpt_yw
    password: zcpt_yw456
    driverClassName: oracle.jdbc.OracleDriver
    initial-size: 5
8
    validation-query: SELECT SYSDATE FROM DUAL
Administrator committed
9 10 11 12 13 14 15
    test-on-borrow: false
    test-while-idle: true
    time-between-eviction-runs-millis: 18800
    jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=1000)
global:
  swagger:
    import: true