Disable default flyway processing
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
spring:
|
||||
flyway:
|
||||
enabled: false
|
||||
datasource:
|
||||
url: 'jdbc:h2:file:./target/database/h2'
|
||||
#url: jdbc:h2:mem:test_mem
|
||||
|
||||
Reference in New Issue
Block a user