blob: 90968f5f5e52544e2f273ae4974e9ef8cff831a7 [file] [log] [blame]
ZBDf60356c2025-04-03 20:09:51 +08001# H2 Configuration (Ensure these are uncommented)
2spring.datasource.url=jdbc:h2:mem:testdb
3spring.datasource.driver-class-name=org.h2.Driver
4spring.datasource.username=sa
5spring.datasource.password=
6spring.h2.console.enabled=true
7
8# Required for JPA/Hibernate
9spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
10spring.jpa.hibernate.ddl-auto=update