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:
|
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user