Created
May 13, 2018 07:57
-
-
Save drucoder/dae81826441e84e186a8471852b82ac6 to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт Flyway
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>org.flywaydb</groupId> | |
<artifactId>flyway-core</artifactId> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment