vran
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
api/src/main/resources/application.properties
|
|
@ -9,4 +9,6 @@ spring.jooq.sql-dialect=mysql |
|
|
|
# flyway |
|
|
|
spring.flyway.enabled=true |
|
|
|
spring.flyway.baseline-on-migrate=true |
|
|
|
spring.flyway.locations=classpath:db/migration |
|
|
|
spring.flyway.locations=classpath:db/migration |
|
|
|
# driver directory |
|
|
|
databasir.db.driver-directory=drivers |