We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679714c commit db8a6a5Copy full SHA for db8a6a5
config-server/src/main/resources/application.properties
@@ -10,7 +10,7 @@ spring.output.ansi.enabled= ALWAYS
10
spring.cloud.config.server.native.search-locations=classpath:/config-repository
11
spring.threads.virtual.enabled=true
12
#Disable Refresh for native build
13
-#spring.cloud.refresh.enabled=false
+spring.cloud.refresh.enabled=false
14
15
#Enabling Spring security
16
spring.security.user.name=dev-usr
0 commit comments