Skip to content

Commit b0daccc

Browse files
author
danbai225
committed
.
1 parent b624695 commit b0daccc

File tree

3 files changed

+43
-36
lines changed

3 files changed

+43
-36
lines changed

.idea/workspace.xml

Lines changed: 40 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ spring:
1212
date-format: yyyy-MM-dd HH:mm:ss
1313
data:
1414
mongodb:
15-
uri: mongodb://danmu:[email protected]:27017/dm
15+
uri: mongodb://*:[email protected]:27017/dm
1616
thymeleaf:
1717
cache: false
1818
mode: LEGACYHTML5
1919
datasource:
2020
druid:
2121
url: jdbc:mysql://39.108.110.44:3306/ys?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
2222
username: ys
23-
password: hjj225
23+
password: *
2424
initial-size: 1
2525
min-idle: 1
2626
max-active: 20
@@ -29,7 +29,7 @@ spring:
2929
redis:
3030
database: 0
3131
host: 39.108.110.44
32-
password: danbai225
32+
password: *
3333
port: 6379
3434
timeout: 1000
3535
mybatis:

src/main/resources/jdbc.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)