|
@@ -25,8 +25,8 @@ spring: |
|
@@ -25,8 +25,8 @@ spring: |
|
25
|
application:
|
25
|
application:
|
|
26
|
name: cloud-user-center
|
26
|
name: cloud-user-center
|
|
27
|
redis:
|
27
|
redis:
|
|
28
|
-# host: 127.0.0.1
|
|
|
|
29
|
- host: 192.168.1.53
|
28
|
+ host: 127.0.0.1
|
|
|
|
29
|
+# host: 192.168.1.53
|
|
30
|
port: 6379
|
30
|
port: 6379
|
|
31
|
password: vmvnv1v2VV.
|
31
|
password: vmvnv1v2VV.
|
|
32
|
jackson:
|
32
|
jackson:
|
|
@@ -104,8 +104,8 @@ eureka: |
|
@@ -104,8 +104,8 @@ eureka: |
|
104
|
client:
|
104
|
client:
|
|
105
|
#eureka注册中心服务器地址
|
105
|
#eureka注册中心服务器地址
|
|
106
|
service-url:
|
106
|
service-url:
|
|
107
|
-# defaultZone: http://127.0.0.1:12345/eureka/
|
|
|
|
108
|
- defaultZone: http://192.168.1.53:12345/eureka/
|
107
|
+ defaultZone: http://127.0.0.1:12345/eureka/
|
|
|
|
108
|
+# defaultZone: http://192.168.1.53:12345/eureka/
|
|
109
|
registry-fetch-interval-seconds: 30
|
109
|
registry-fetch-interval-seconds: 30
|
|
110
|
|
110
|
|
|
111
|
|
111
|
|
|
@@ -136,7 +136,7 @@ pagehelper: |
|
@@ -136,7 +136,7 @@ pagehelper: |
|
136
|
|
136
|
|
|
137
|
#debug配置,debug或者为true的时候,logback才会记录和写入日志文件
|
137
|
#debug配置,debug或者为true的时候,logback才会记录和写入日志文件
|
|
138
|
trace: false
|
138
|
trace: false
|
|
139
|
-debug: false
|
139
|
+debug: true
|
|
140
|
|
140
|
|
|
141
|
logging:
|
141
|
logging:
|
|
142
|
file:
|
142
|
file:
|