diff --git a/pom.xml b/pom.xml index 354bad8bb..216020a1d 100644 --- a/pom.xml +++ b/pom.xml @@ -321,7 +321,7 @@ com.h2database h2 - runtime + 2.1.210 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1da4804ac..bb3d70267 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -111,19 +111,10 @@ server: --- spring: datasource: - driver-class-name: org.h2.Driver username: password: - url: jdbc:h2:./src/main/resources/data/appuser;AUTO_SERVER=TRUE - jpa: - hibernate: - ddl-auto: create-drop - show-sql: true - properties: - hibernate: - format_sql: true - dialect: org.hibernate.dialect.H2Dialect - h2: - console: - enabled: false + jpa.show-sql: true +# h2: +# console: +# enabled: false