mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
Merge pull request #305 from isopov:flyway
* pr/305: Add support for flyway and liquibase
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user