Commit 1457d57e by Administrator

Add new file

parent 0d6ee215
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
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