File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,23 +12,23 @@ spring:
12
12
date-format : yyyy-MM-dd HH:mm:ss
13
13
data :
14
14
mongodb :
15
- uri : mongodb://danmu:danmu @39.108.110.44:27017/dm
15
+ uri : mongodb://danmu:pass @39.108.110.44:27017/dm
16
16
thymeleaf :
17
17
cache : false
18
18
mode : LEGACYHTML5
19
19
datasource :
20
20
druid :
21
21
url : jdbc:mysql://185.207.153.189:3306/ys?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
22
22
username : ys
23
- password : hjj225
23
+ password : pass
24
24
initial-size : 1
25
25
min-idle : 1
26
26
max-active : 20
27
27
test-on-borrow : true
28
28
driver-class-name : com.mysql.cj.jdbc.Driver
29
29
redis :
30
30
database : 0
31
- host : 185.207.153.189
31
+ host : 127.0.0.1
32
32
port : 6379
33
33
timeout : 10000
34
34
mybatis :
Original file line number Diff line number Diff line change 1
1
jdbc.driverClass =com.mysql.jdbc.Driver
2
2
jdbc.connectionURL =jdbc:mysql://185.207.153.189:3306/ys?useUnicode =true&characterEncoding =utf-8&useSSL =false
3
3
jdbc.username =ys
4
- jdbc.password =hjj225
4
+ jdbc.password =***
You can’t perform that action at this time.
0 commit comments