🚧 Create disposable generator result & include cli output in Logging

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-10 21:10:24 +01:00
parent 8f198f944e
commit 24a4e32855
6 changed files with 97 additions and 29 deletions

View file

@ -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