Commit 4444b5e0 by Administrator

Add new file

parent 7e3036b6
server:
port: 18002
# datasoure默认使用JDBC
spring:
datasource:
url: jdbc:oracle:thin:@183.95.190.112:1521:orcl
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)
ignore:
urls:
- /authentication/**
- /**/*.css
- /info
- /loggers/**
- /mobile/token
- /web/token
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment