mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Add support for flyway and liquibase
Closes gh-305
This commit is contained in:
committed by
Stephane Nicoll
parent
dee48fcc45
commit
1880bf7177
@@ -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