<dependency>
<groupId>com.mybatis-flex</groupId>
<artifactId>mybatis-flex-spring-boot-starter</artifactId>
<version>1.8.5</version>
</dependency>
@Grapes(
@Grab(group='com.mybatis-flex', module='mybatis-flex-spring-boot-starter', version='1.8.5')
)
<dependency org="com.mybatis-flex" name="mybatis-flex-spring-boot-starter" rev="1.8.5" />
<parent> <groupId>com.mybatis-flex</groupId> <artifactId>parent</artifactId> <version>1.8.5</version> </parent>
compile
|-- com.mybatis-flex:mybatis-flex-spring:1.8.5
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-autoconfigure-processor
|-- org.mybatis.scripting:mybatis-freemarker
|-- org.mybatis.scripting:mybatis-velocity
|-- org.mybatis.scripting:mybatis-thymeleaf
|-- com.github.chris2018998:beecp:3.4.1
|-- org.apache.commons:commons-dbcp2:2.9.0