Advertisement
Guest User

Untitled

a guest
Feb 10th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.flywaydb</groupId>
  3. <artifactId>flyway-maven-plugin</artifactId>
  4. <version>4.1.0</version>
  5. <configuration>
  6. <url>jdbc:mysql://localhost:3306</url>
  7. <user>root</user>
  8. <password>root</password>
  9. <schemas>
  10. <schema>[your_schema]</schema>
  11. </schemas>
  12. </configuration>
  13. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement