techhero-permission-test.yml 430 Bytes
Newer Older
Administrator committed
1 2
spring:
  datasource:
3
    url: jdbc:oracle:thin:@192.168.0.102: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 1 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