作者 朱兆平

update: 注册中心加密

... ... @@ -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://tianbo_cgo:vmvnv1v2@192.168.1.53:12345/eureka/
registry-fetch-interval-seconds: 30
... ...