5 lines
145 B
Properties
5 lines
145 B
Properties
|
flyway.user=root
|
||
|
flyway.password=mysql
|
||
|
flyway.schemas=app-db
|
||
|
flyway.url=jdbc:mysql://localhost:3306/
|
||
|
flyway.locations=filesystem:db/migration
|