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 daacded commit ab87d82Copy full SHA for ab87d82
springboot-starter-data-fast/src/test/resources/application.properties
@@ -1,5 +1,6 @@
1
server.port=8088
2
spring.datasource.driver-class-name=org.h2.Driver
3
spring.datasource.url=jdbc:h2:file:./test.db
4
+spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
5
spring.jpa.hibernate.ddl-auto=create-drop
6
spring.jpa.show-sql=true
springboot-starter/src/test/resources/application.properties
0 commit comments