From 94d15cf35df0c1a1516a36729f4004ae3e83df89 Mon Sep 17 00:00:00 2001 From: Sven Carrillo Castillo Date: Tue, 16 Apr 2024 20:07:06 +0200 Subject: [PATCH] small additions; docu... --- .../src/main/resources/application.properties | 7 +++++++ .../recom-backend/src/main/resources/ehcache-hibernate.xml | 1 + .../recom-backend/src/main/resources/ehcache-spring.xml | 1 + 3 files changed, 9 insertions(+) diff --git a/services/recom-backend/src/main/resources/application.properties b/services/recom-backend/src/main/resources/application.properties index 1dad287d..4cd8789e 100644 --- a/services/recom-backend/src/main/resources/application.properties +++ b/services/recom-backend/src/main/resources/application.properties @@ -1,5 +1,7 @@ spring.application.name=RECOM + + #SPRING BOOT SERVER CONFIG server.port=80 server.compression.enabled=true @@ -55,6 +57,11 @@ spring.cache.jcache.config=classpath:ehcache-spring.xml +#ACTUATOR CONFIG +management.endpoints.web.exposure.include=health,info,metrics + + + #APPLICATION LOGGING; logging.level.com.recom=ERROR logging.level.org.hibernate.type=ERROR diff --git a/services/recom-backend/src/main/resources/ehcache-hibernate.xml b/services/recom-backend/src/main/resources/ehcache-hibernate.xml index af7919fa..ac434ed6 100644 --- a/services/recom-backend/src/main/resources/ehcache-hibernate.xml +++ b/services/recom-backend/src/main/resources/ehcache-hibernate.xml @@ -5,6 +5,7 @@ xmlns:jsr107='http://www.ehcache.org/v3/jsr107'> + diff --git a/services/recom-backend/src/main/resources/ehcache-spring.xml b/services/recom-backend/src/main/resources/ehcache-spring.xml index b3fb142e..0d567d66 100644 --- a/services/recom-backend/src/main/resources/ehcache-spring.xml +++ b/services/recom-backend/src/main/resources/ehcache-spring.xml @@ -5,6 +5,7 @@ xmlns:jsr107='http://www.ehcache.org/v3/jsr107'> +