Commit 13ffac2a by Administrator

Update techhero-framework-auth-local.yml

parent c71e0e74
spring: spring:
datasource: datasource:
druid: url: jdbc:oracle:thin:@119.96.87.17:1521:orcl
stat-view-servlet: username: sysmngv4
loginUsername: root password: sysmngv4
loginPassword: root #test
initial-size: 1 #url: jdbc:oracle:thin:@119.96.85.104:1521:orcl
max-active: 20 #username: sysmng
min-idle: 3 #password: sysmng
max-wait: 60000 driverClassName: oracle.jdbc.OracleDriver
time-between-eviction-runs-millis: 60000 initial-size: 5
validation-query: select 1 from dual validation-query: SELECT 1
filters: stat,slf4j test-on-borrow: false
dynamic: test-while-idle: true
primary: message time-between-eviction-runs-millis: 18800
datasource: jdbc-interceptors: ConnectionState;SlowQueryReport(threshold=1000)
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
ignore: ignore:
urls: 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