We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef66a73 commit bc16876Copy full SHA for bc16876
Spring-Ms-Config-Client/src/main/java/com/vipul/cloud/SpringMsConfigClientApplication.java
@@ -5,7 +5,7 @@
5
import org.springframework.cloud.context.config.annotation.RefreshScope;
6
7
@SpringBootApplication
8
-// To enable refresh of config properties being accessed from config server
+//To enable refresh of config properties being accessed from config server
9
@RefreshScope
10
public class SpringMsConfigClientApplication {
11
Spring-Ms-Config-Client/src/main/resources/bootstrap.properties
@@ -1,4 +1,6 @@
1
server.port=7777
2
spring.profiles.active=development
3
spring.application.name=config-demo-client
4
-spring.cloud.config.uri=http://localhost:9999
+spring.cloud.config.uri=http://localhost:9999
+
+management.endpoints.web.exposure.include=*
0 commit comments