blob: a390de574147dfb67c7a1e2406c2ef419fb886ea [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=
晓瑞2231b422362025-06-04 01:09:31 +08005spring.h2.console.enabled=true
晓瑞223e046c3a2025-06-05 22:08:29 +08006spring.sql.init.mode=always
7spring.sql.init.schema-locations=classpath:schema.sql
8spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration