🚧 Create disposable generator result & include cli output in Logging
This commit is contained in:
parent
8f198f944e
commit
24a4e32855
6 changed files with 97 additions and 29 deletions
|
@ -8,4 +8,8 @@ password=admin
|
|||
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
|
||||
#TODO: Use flyway for db setup
|
||||
hibernate.hbm2ddl.auto=create-drop
|
||||
hibernate.show_sql=true
|
||||
hibernate.show_sql=true
|
||||
|
||||
# Logging
|
||||
logging.level.root=INFO
|
||||
logging.level.de.mlessmann.certassist=DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue