1
0

@AccessFrom in AssetDTO and AssetMapper with improved membershipDisplayReference

This commit is contained in:
Michael Hoennig
2019-04-26 17:15:39 +02:00
parent 6092afe32b
commit 4ad0d5d954
5 changed files with 63 additions and 8 deletions

View File

@ -37,7 +37,10 @@ spring:
indent-output: true
datasource:
type: com.zaxxer.hikari.HikariDataSource
# H2 in memory:
url: jdbc:h2:mem:hsadminng;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
# H2 in file:
# url: jdbc:h2:~/.hsadminng.h2db;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
username: hsadminNg
password:
hikari: