Commit 69ebd1b3 by Administrator

Update techhero-framework-auth-local.yml

parent 35544871
# datasoure默认使用JDBC
spring:
datasource:
druid:
stat-view-servlet:
loginUsername: root
loginPassword: root
initial-size: 1
max-active: 20
min-idle: 3
max-wait: 60000
time-between-eviction-runs-millis: 60000
validation-query: select 1 from dual
filters: stat,slf4j
dynamic:
primary: message
datasource:
message:
url: jdbc:mysql://dev-env:33060/message_db?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC
username: root
password: techhero
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:oracle:thin:@119.96.87.17:1521:orcl
username: sysmngv4
password: sysmngv4
#test
#url: jdbc:oracle:thin:@119.96.85.104:1521:orcl
#username: sysmng
#password: sysmng
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:
......
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