mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Add support for MyBatis
Closes gh-291
This commit is contained in:
@@ -236,6 +236,13 @@ initializr:
|
||||
id: jooq
|
||||
description: Persistence support using Java Object Oriented Querying
|
||||
versionRange: 1.3.0.M2
|
||||
- name: MyBatis
|
||||
id: mybatis
|
||||
description: Persistence support using MyBatis
|
||||
groupId: org.mybatis.spring.boot
|
||||
artifactId: mybatis-spring-boot-starter
|
||||
version: 1.1.1
|
||||
versionRange: 1.3.0.RELEASE
|
||||
- name: JDBC
|
||||
id: jdbc
|
||||
description: JDBC databases
|
||||
|
||||
Reference in New Issue
Block a user