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