We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b2b687 commit b3068f6Copy full SHA for b3068f6
src/main/resources/application.yml
@@ -12,23 +12,23 @@ spring:
12
date-format: yyyy-MM-dd HH:mm:ss
13
data:
14
mongodb:
15
- uri: mongodb://danmu:danmu@39.108.110.44:27017/dm
+ uri: mongodb://danmu:pass@39.108.110.44:27017/dm
16
thymeleaf:
17
cache: false
18
mode: LEGACYHTML5
19
datasource:
20
druid:
21
url: jdbc:mysql://185.207.153.189:3306/ys?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=UTC
22
username: ys
23
- password: hjj225
+ password: pass
24
initial-size: 1
25
min-idle: 1
26
max-active: 20
27
test-on-borrow: true
28
driver-class-name: com.mysql.cj.jdbc.Driver
29
redis:
30
database: 0
31
- host: 185.207.153.189
+ host: 127.0.0.1
32
port: 6379
33
timeout: 10000
34
mybatis:
0 commit comments