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 a13d4bb commit 9ed5a2fCopy full SHA for 9ed5a2f
SpringBootWebFlux/src/main/resources/application.properties
@@ -0,0 +1,10 @@
1
+spring.jpa.database=H2
2
+spring.datasource.driver-class-name=org.h2.Driver
3
+spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
4
+spring.datasource.username=test
5
+spring.datasource.password=test
6
+
7
+# jpa setting
8
+spring.jpa.hibernate.ddl-auto=create
9
+spring.jpa.generate-ddl=false
10
+spring.jpa.show-sql=true
0 commit comments