Disable default flyway processing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user