Merge pull request #305 from isopov:flyway

* pr/305:
  Add support for flyway and liquibase
This commit is contained in:
Stephane Nicoll
2016-11-15 15:37:59 +01:00

View File

@@ -298,6 +298,18 @@ initializr:
version: 9.4-1201-jdbc41
scope: runtime
starter: false
- name: Flyway
id: flyway
description: Flyway Database Migrations library
groupId: org.flywaydb
artifactId: flyway-core
starter: false
- name: Liquibase
id: liquibase
description: Liquibase Database Migrations library
groupId: org.liquibase
artifactId: liquibase-core
starter: false
- name: NoSQL
content:
- name: MongoDB