Fixed sample database data retention.

This commit is contained in:
neviyn 2018-09-25 13:37:24 +01:00
parent 282942a893
commit 3e1908ec08

View File

@ -8,13 +8,13 @@ database:
# any properties specific to your JDBC driver: # any properties specific to your JDBC driver:
properties: properties:
foreign_keys: true foreign_keys: true
hibernate.hbm2ddl.auto: create hibernate.hbm2ddl.auto: update
server: server:
rootPath: /api/ rootPath: /api/
requestLog: requestLog:
appenders: appenders:
- type: console - type: console
queueSize: 2048 queueSize: 2048
adminPassword: "testPassword" adminPassword: "testPassword"