|
|
@@ -47,7 +47,7 @@ eureka:
|
|
|
client:
|
|
|
registryFetchIntervalSeconds: 5
|
|
|
serviceUrl:
|
|
|
- defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@localhost:8500/eureka/
|
|
|
+ defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
|
|
|
management:
|
|
|
endpoints:
|
|
|
web:
|
|
|
@@ -57,7 +57,7 @@ management:
|
|
|
health:
|
|
|
show-details: always
|
|
|
server:
|
|
|
- port: 8881
|
|
|
+ port: 8880
|
|
|
tomcat:
|
|
|
uri-encoding: UTF-8
|
|
|
info:
|