mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-15 14:04:30 +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
|
||||
groupId: org.mybatis.spring.boot
|
||||
artifactId: mybatis-spring-boot-starter
|
||||
version: 1.1.1
|
||||
versionRange: 1.3.0.RELEASE
|
||||
mappings:
|
||||
- versionRange: 1.4.0.M2
|
||||
version: 1.2.0
|
||||
- versionRange: "[1.3.0.RELEASE,1.4.0.M2)"
|
||||
version: 1.1.1
|
||||
- name: JDBC
|
||||
id: jdbc
|
||||
description: JDBC databases
|
||||
|
Loading…
Reference in New Issue
Block a user