Commit d78c3620 by Administrator

Update techhero-platform-permission-local.yml

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