Fixed sample database data retention.
This commit is contained in:
parent
282942a893
commit
3e1908ec08
@ -8,13 +8,13 @@ database:
|
||||
# any properties specific to your JDBC driver:
|
||||
properties:
|
||||
foreign_keys: true
|
||||
hibernate.hbm2ddl.auto: create
|
||||
hibernate.hbm2ddl.auto: update
|
||||
|
||||
server:
|
||||
rootPath: /api/
|
||||
requestLog:
|
||||
appenders:
|
||||
- type: console
|
||||
queueSize: 2048
|
||||
- type: console
|
||||
queueSize: 2048
|
||||
|
||||
adminPassword: "testPassword"
|
||||
|
Loading…
Reference in New Issue
Block a user