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