From 3a2ee3e9d7bd1c4a955147e038217afd6ebaf67f Mon Sep 17 00:00:00 2001 From: elgekko Date: Sat, 14 Oct 2023 20:09:41 +0200 Subject: [PATCH] Eliminate compilation warnings --- .idea/misc.xml | 1 - lis-app/src/main/resources/application.yaml | 2 +- pom.xml | 6 ++++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 12d840a..509fbe3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/lis-app/src/main/resources/application.yaml b/lis-app/src/main/resources/application.yaml index d8e8ba8..184308b 100644 --- a/lis-app/src/main/resources/application.yaml +++ b/lis-app/src/main/resources/application.yaml @@ -46,7 +46,7 @@ camunda.bpm: create: All tasks job-execution.enabled: true logging: - config: logback.xml + # config: logback.xml level: org.hibernate.engine.jdbc.spi.SqlExceptionHelper: ERROR org.springframework.web.clientRestTemplate: ERROR diff --git a/pom.xml b/pom.xml index 485f56c..dbba147 100644 --- a/pom.xml +++ b/pom.xml @@ -36,6 +36,8 @@ maven-compiler-plugin 3.8.0 + 1.8 + 1.8 org.mapstruct @@ -54,9 +56,9 @@ - + -Amapstruct.defaultComponentModel=spring - + -- 2.54.0