From: elgekko Date: Sat, 14 Oct 2023 18:09:41 +0000 (+0200) Subject: Eliminate compilation warnings X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=3a2ee3e9d7bd1c4a955147e038217afd6ebaf67f;p=sly-crm.git Eliminate compilation warnings --- 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 - +