mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-16 16:50:42 +08:00
Add version mapping for mybatis-spring-boot-starter 1.2.0
See gh-335
This commit is contained in:
parent
63b86b9546
commit
4e178f3360
@ -278,8 +278,11 @@ initializr:
|
|||||||
description: Persistence support using MyBatis
|
description: Persistence support using MyBatis
|
||||||
groupId: org.mybatis.spring.boot
|
groupId: org.mybatis.spring.boot
|
||||||
artifactId: mybatis-spring-boot-starter
|
artifactId: mybatis-spring-boot-starter
|
||||||
version: 1.1.1
|
mappings:
|
||||||
versionRange: 1.3.0.RELEASE
|
- versionRange: 1.4.0.M2
|
||||||
|
version: 1.2.0
|
||||||
|
- versionRange: "[1.3.0.RELEASE,1.4.0.M2)"
|
||||||
|
version: 1.1.1
|
||||||
- name: JDBC
|
- name: JDBC
|
||||||
id: jdbc
|
id: jdbc
|
||||||
description: JDBC databases
|
description: JDBC databases
|
||||||
|
Loading…
Reference in New Issue
Block a user