mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 12:18:04 +08:00
Upgrade to mybatis 1.2.1 and 1.3.0
See gh-402
This commit is contained in:
parent
af98413b43
commit
bcf0566e06
@ -428,10 +428,12 @@ initializr:
|
||||
groupId: org.mybatis.spring.boot
|
||||
artifactId: mybatis-spring-boot-starter
|
||||
mappings:
|
||||
- versionRange: "[1.3.0.RELEASE,1.4.0.M2)"
|
||||
- versionRange: "[1.3.0.RELEASE,1.4.x.RELEASE)"
|
||||
version: 1.1.1
|
||||
- versionRange: 1.4.0.M2
|
||||
version: 1.2.0
|
||||
- versionRange: "[1.4.0.RELEASE,1.4.x.BUILD-SNAPSHOT)"
|
||||
version: 1.2.1
|
||||
- versionRange: 1.5.x.RELEASE
|
||||
version: 1.3.0
|
||||
- name: JDBC
|
||||
id: jdbc
|
||||
description: JDBC databases
|
||||
|
Loading…
Reference in New Issue
Block a user