Refactor some code in image service.

This commit is contained in:
2019-08-04 21:47:58 +02:00
parent bb5ae901f7
commit 54b081e700
5 changed files with 159 additions and 42 deletions

View File

@@ -37,6 +37,8 @@ spring:
url: jdbc:postgresql://localhost:5432/codiki
username: codiki
password: P@ssword
# TODO: Delete all Lazy relationships and set following property to false
# open-in-view: false
# Because detection is disabled you have to set correct dialect by hand.
database-platform: org.hibernate.dialect.PostgreSQL9Dialect
# Disable feature detection by this undocumented parameter.