Skip to content

Commit 9ed5a2f

Browse files
committed
refactoring spring boot webflux
1 parent a13d4bb commit 9ed5a2f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)