Commit d78c3620 by Administrator

Update techhero-platform-permission-local.yml

parent 8bd76366
......@@ -11,12 +11,25 @@ spring:
max-idle: 8
min-idle: 0
datasource:
type: com.alibaba.druid.pool.DruidDataSource
#MySQL配置
driverClassName: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://119.96.87.17:30101/ur_base_local?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: ur_base_local
password: YmFzZV9sb2NhbA==
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: system
datasource:
system:
url: jdbc:mysql://119.96.87.17:30101/ur_base_local?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
username: ur_base_local
password: YmFzZV9sb2NhbA==
driver-class-name: com.mysql.cj.jdbc.Driver
# rabbitmq:
# host: dev-env
......
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