We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea6382 commit e75cea0Copy full SHA for e75cea0
src/test/resources/application.properties
@@ -0,0 +1,11 @@
1
+# ??H2?????????
2
+spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
3
+spring.datasource.driver-class-name=org.h2.Driver
4
+spring.datasource.username=sa
5
+spring.datasource.password=
6
+spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
7
+spring.jpa.hibernate.ddl-auto=create-drop
8
+
9
+# ??Flyway/Liquibase????????(???)
10
+spring.flyway.enabled=false
11
+spring.liquibase.enabled=false
0 commit comments