From 186b901e3dd7e54a502edb328ec9e84c1fd3af4a Mon Sep 17 00:00:00 2001 From: egernug Date: Wed, 27 Sep 2023 10:49:45 +0100 Subject: Uplift Spring Boot to 3.1.2 To align with Ericsson Spring Boot is being uplifted to version 3.1.2 Issue-ID: CPS-1888 Signed-off-by: egernug Change-Id: Icfe97df15ab67a7fb25e0a98e4bbbbe91f332321 --- cps-application/src/main/resources/application.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cps-application/src') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 016356801..7beab2e7c 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -37,9 +37,8 @@ spring: ddl-auto: create open-in-view: false properties: - hibernate: - enable_lazy_load_no_trans: true - dialect: org.hibernate.dialect.PostgreSQLDialect + hibernate.enable_lazy_load_no_trans: true + hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect datasource: url: jdbc:postgresql://${DB_HOST}:${DB_PORT:5432}/cpsdb -- cgit 1.2.3-korg