Commit e113f530 by Administrator

Update techhero-auth-dev.yml

parent ca2f57fc
# datasoure默认使用JDBC
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
#driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/ecommerce?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8
username: root
password: root
username: zcpt_yw
password: zcpt_yw456
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