From 8d8d8cdd639591c0c4c49b355db1152e310c22d6 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 27 Jan 2022 13:57:10 -0500 Subject: Revert to Java 11 and enable Lombok ext --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index da7f829..dff3088 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,3 +4,4 @@ spring.datasource.driver-class-name=org.mariadb.jdbc.Driver spring.datasource.username=pantry-user spring.datasource.password=i2j9ds0g spring.jpa.show-sql=true +spring.jpa.open-in-view=true -- cgit