blob: b2161591cfae65f552f117783a1b6af1539678d5 [file] [log] [blame]
晓瑞2231b422362025-06-04 01:09:31 +08001spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
晓瑞223cae85b72025-05-30 01:09:40 +08002spring.datasource.driver-class-name=org.h2.Driver
晓瑞2231b422362025-06-04 01:09:31 +08003spring.datasource.username=sa
4spring.datasource.password=
5spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
晓瑞223cae85b72025-05-30 01:09:40 +08006spring.jpa.hibernate.ddl-auto=create-drop
晓瑞2231b422362025-06-04 01:09:31 +08007spring.h2.console.enabled=true
8spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration,org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration