晓瑞223 | 1b42236 | 2025-06-04 01:09:31 +0800 | [diff] [blame] | 1 | spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE |
晓瑞223 | cae85b7 | 2025-05-30 01:09:40 +0800 | [diff] [blame] | 2 | spring.datasource.driver-class-name=org.h2.Driver |
晓瑞223 | 1b42236 | 2025-06-04 01:09:31 +0800 | [diff] [blame] | 3 | spring.datasource.username=sa |
| 4 | spring.datasource.password= |
| 5 | spring.jpa.database-platform=org.hibernate.dialect.H2Dialect |
晓瑞223 | cae85b7 | 2025-05-30 01:09:40 +0800 | [diff] [blame] | 6 | spring.jpa.hibernate.ddl-auto=create-drop |
晓瑞223 | 1b42236 | 2025-06-04 01:09:31 +0800 | [diff] [blame] | 7 | spring.h2.console.enabled=true |
| 8 | spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration,org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration |