Add support for flyway and liquibase

Closes gh-305
This commit is contained in:
Ivan Sopov
2016-11-03 18:58:14 +03:00
committed by Stephane Nicoll
parent dee48fcc45
commit 1880bf7177

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