Commit 9661ca52 by 伍思炜

关闭druid

parent fca73a8f
...@@ -120,6 +120,11 @@ spring: ...@@ -120,6 +120,11 @@ spring:
exprie: 600 exprie: 600
prohibition: 600 prohibition: 600
datasource: datasource:
druid:
WebStatFilter:
enabled: false
StatViewServlet:
enabled: false
dynamic: dynamic:
primary: master primary: master
p6spy: true p6spy: true
......
...@@ -98,6 +98,11 @@ spring: ...@@ -98,6 +98,11 @@ spring:
url: jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true url: jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username: ENC(z8WG0Zar99IzLr3L9Z3mOw==) username: ENC(z8WG0Zar99IzLr3L9Z3mOw==)
password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=) password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=)
druid:
WebStatFilter:
enabled: false
StatViewServlet:
enabled: false
#用来搜集数据库的所有表 #用来搜集数据库的所有表
db-name: guns db-name: guns
filters: wall,mergeStat filters: wall,mergeStat
......
...@@ -31,6 +31,11 @@ spring: ...@@ -31,6 +31,11 @@ spring:
url: jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true url: jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username: ENC(z8WG0Zar99IzLr3L9Z3mOw==) username: ENC(z8WG0Zar99IzLr3L9Z3mOw==)
password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=) password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=)
druid:
WebStatFilter:
enabled: false
StatViewServlet:
enabled: false
zuul: zuul:
ribbon: ribbon:
eager-load: eager-load:
......
...@@ -122,6 +122,11 @@ spring: ...@@ -122,6 +122,11 @@ spring:
exprie: 600 exprie: 600
prohibition: 600 prohibition: 600
datasource: datasource:
druid:
WebStatFilter:
enabled: false
StatViewServlet:
enabled: false
dynamic: dynamic:
primary: master primary: master
p6spy: true p6spy: true
......
...@@ -120,6 +120,11 @@ spring: ...@@ -120,6 +120,11 @@ spring:
exprie: 600 exprie: 600
prohibition: 600 prohibition: 600
datasource: datasource:
druid:
WebStatFilter:
enabled: false
StatViewServlet:
enabled: false
dynamic: dynamic:
primary: master primary: master
p6spy: true p6spy: true
......
...@@ -123,6 +123,11 @@ spring: ...@@ -123,6 +123,11 @@ spring:
url: jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true url: jdbc:mysql://localhost:3306/school_center?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=CTT&allowPublicKeyRetrieval=true
username: ENC(z8WG0Zar99IzLr3L9Z3mOw==) username: ENC(z8WG0Zar99IzLr3L9Z3mOw==)
password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=) password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=)
druid:
WebStatFilter:
enabled: false
StatViewServlet:
enabled: false
dynamic: dynamic:
primary: master primary: master
p6spy: true p6spy: true
......
...@@ -126,6 +126,11 @@ spring: ...@@ -126,6 +126,11 @@ spring:
password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=) password: ENC(r4U47DSf9LNRyoH/G6GxfA2w1JTZOwr7MREDyGA0PWM=)
filters: wall,mergeStat filters: wall,mergeStat
max-active: 20 max-active: 20
druid:
WebStatFilter:
enabled: false
StatViewServlet:
enabled: false
devtools: devtools:
restart: restart:
enabled: false enabled: false
......
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