Disable default flyway processing

This commit is contained in:
Michael Buckley
2021-10-05 16:06:19 -04:00
parent ac75421a7b
commit 3272b8c0d2

View File

@@ -1,4 +1,6 @@
spring: spring:
flyway:
enabled: false
datasource: datasource:
url: 'jdbc:h2:file:./target/database/h2' url: 'jdbc:h2:file:./target/database/h2'
#url: jdbc:h2:mem:test_mem #url: jdbc:h2:mem:test_mem