Skip to content

Commit

Permalink
Disable Refresh for native build
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Dec 7, 2023
1 parent 9555f86 commit c04e2ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config-server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ management.endpoint.health.show-components=always
spring.profiles.include=native
spring.output.ansi.enabled= ALWAYS
spring.cloud.config.server.native.search-locations=classpath:/config-repository
spring.threads.virtual.enabled=true
spring.threads.virtual.enabled=true
#Disable Refresh for native build
spring.cloud.refresh.enabled=false

0 comments on commit c04e2ef

Please sign in to comment.