diff options
| author | Kevin J Hoerr <khoerr@ksmpartners.com> | 2022-01-27 13:57:10 -0500 |
|---|---|---|
| committer | Kevin J Hoerr <khoerr@ksmpartners.com> | 2022-01-27 13:57:10 -0500 |
| commit | 8d8d8cdd639591c0c4c49b355db1152e310c22d6 (patch) | |
| tree | bb7c08407153bc52422cd3808f02d3aea9750a47 /src/main/resources | |
| parent | 3aaa4c6da94ab33577c5856b202d863847f3dea5 (diff) | |
| download | pantry-8d8d8cdd639591c0c4c49b355db1152e310c22d6.tar.gz pantry-8d8d8cdd639591c0c4c49b355db1152e310c22d6.tar.bz2 pantry-8d8d8cdd639591c0c4c49b355db1152e310c22d6.zip | |
Revert to Java 11 and enable Lombok ext
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
