Add application.properties

This commit is contained in:
2026-07-25 05:36:34 +00:00
parent 7eb279d254
commit e9f6c6d15d

View File

@@ -0,0 +1,13 @@
spring.datasource.url=jdbc:h2:mem:demo;DB_CLOSE_DELAY=-1
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=false
# Keep the console readable: quiet the banner and framework noise.
spring.main.banner-mode=off
logging.level.root=WARN
logging.level.org.hibernate.SQL=DEBUG