Skip to content

Commit

Permalink
feat: attempt to build native image
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Oct 24, 2023
1 parent df7835e commit 50df1b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions catalog-service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ management.health.r2dbc.enabled=true

# Eureka Client to use WebClientInstead of RestTemplate
eureka.client.webclient.enabled=true

# adding for processing aot
spring.config.import=optional:configserver:${CONFIG_SERVER:http://localhost:8888}/

0 comments on commit 50df1b1

Please sign in to comment.