techhero-auth-dev.yml 665 Bytes
Newer Older
Administrator committed
1 2 3
# datasoure默认使用JDBC
spring:
  datasource:
4
    url: jdbc:oracle:thin:@119.96.87.17:1521:orcl
Administrator committed
5 6 7 8 9 10 11 12 13
    username: zcpt_yw
    password: zcpt_yw456
    driverClassName: oracle.jdbc.OracleDriver
    initial-size: 5
    validation-query: SELECT 1
    test-on-borrow: false
    test-while-idle: true
    time-between-eviction-runs-millis: 18800
    jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=1000)
14 15 16 17 18 19 20 21 22
    
management:
  endpoints:
    web:
      exposure:
        include: '*'
  endpoint:
    health:
      show-details: ALWAYS
Administrator committed
23 24 25 26 27 28 29 30 31 32

ignore:
  urls:
    - /authentication/**
    - /**/*.css
    - /info
    - /loggers/**
    - /mobile/token
    - /web/token