File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
springboot-rabbitmq-rpc-client/src/main/resources
springboot-rabbitmq-rpc-server/src/main/resources
springboot-redis/src/main/resources Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ spring:
15
15
spring :
16
16
profiles : dev
17
17
rabbitmq :
18
- host : 119.29.12.177
18
+ host : 127.0.0.1
19
19
port : 5672
20
20
username : guest
21
21
password : guest
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ spring:
15
15
spring :
16
16
profiles : dev
17
17
rabbitmq :
18
- host : 119.29.12.177
18
+ host : 127.0.0.1
19
19
port : 5672
20
20
username : guest
21
21
password : guest
Original file line number Diff line number Diff line change 7
7
profiles :
8
8
active : dev
9
9
datasource :
10
- url : jdbc:mysql://127.0.0.1:3306/test?useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
10
+ url : jdbc:mysql://127.0.0.1:3306/test?serverTimezone=UTC& useSSL=false&autoReconnect=true&tinyInt1isBit=false&useUnicode=true&characterEncoding=utf8
11
11
username : root
12
12
password : 123456
13
13
@@ -37,13 +37,6 @@ logging:
37
37
# ####################################################################
38
38
spring :
39
39
profiles : dev
40
- cache :
41
- type : REDIS
42
- redis :
43
- cache-null-values : false
44
- time-to-live : 600000ms
45
- use-key-prefix : true
46
- cache-names : userCache,allUsersCache
47
40
redis :
48
41
host : 127.0.0.1
49
42
port : 6379
@@ -61,5 +54,5 @@ logging:
61
54
ROOT : INFO
62
55
com :
63
56
xncoding : DEBUG
64
- file : E :/logs/app.log
57
+ file : D :/logs/app.log
65
58
You can’t perform that action at this time.
0 commit comments