|
@@ -42,6 +42,14 @@ eureka:
|
|
|
registryFetchIntervalSeconds: 5
|
|
registryFetchIntervalSeconds: 5
|
|
|
serviceUrl:
|
|
serviceUrl:
|
|
|
defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@127.0.0.1:8500/eureka/
|
|
defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@127.0.0.1:8500/eureka/
|
|
|
|
|
+management:
|
|
|
|
|
+ endpoints:
|
|
|
|
|
+ web:
|
|
|
|
|
+ exposure:
|
|
|
|
|
+ include: "*"
|
|
|
|
|
+ endpoint:
|
|
|
|
|
+ health:
|
|
|
|
|
+ show-details: always
|
|
|
info:
|
|
info:
|
|
|
name: '@project.artifactId@'
|
|
name: '@project.artifactId@'
|
|
|
description: '@project.description@'
|
|
description: '@project.description@'
|