Skip to content

Instantly share code, notes, and snippets.

@drucoder
Created May 13, 2018 07:57
Show Gist options
  • Save drucoder/dae81826441e84e186a8471852b82ac6 to your computer and use it in GitHub Desktop.
Save drucoder/dae81826441e84e186a8471852b82ac6 to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт Flyway
<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