blob: 4fb95c7947592b79420424cc433eb3b536edfee9 [file] [log] [blame]
晓瑞223cae85b72025-05-30 01:09:40 +08001spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
2spring.datasource.driver-class-name=org.h2.Driver
3spring.jpa.hibernate.ddl-auto=create-drop
4spring.jpa.show-sql=true
5spring.jpa.database-platform=org.hibernate.dialect.H2Dialect