From 50df1b18a20bde87f8860168baf40a40584e358d Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Tue, 24 Oct 2023 07:36:36 +0000 Subject: [PATCH] feat: attempt to build native image --- catalog-service/src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/catalog-service/src/main/resources/application.properties b/catalog-service/src/main/resources/application.properties index 5a9f781d..c35c8712 100644 --- a/catalog-service/src/main/resources/application.properties +++ b/catalog-service/src/main/resources/application.properties @@ -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}/