Skip to content

Commit db8a6a5

Browse files
feat : enable native build
1 parent 679714c commit db8a6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-server/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring.output.ansi.enabled= ALWAYS
1010
spring.cloud.config.server.native.search-locations=classpath:/config-repository
1111
spring.threads.virtual.enabled=true
1212
#Disable Refresh for native build
13-
#spring.cloud.refresh.enabled=false
13+
spring.cloud.refresh.enabled=false
1414

1515
#Enabling Spring security
1616
spring.security.user.name=dev-usr

0 commit comments

Comments
 (0)