<dependency>
<groupId>com.fhs-opensource</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>4.0.2</version>
</dependency>
@Grapes(
@Grab(group='com.fhs-opensource', module='mybatis-plus-boot-starter', version='4.0.2')
)
compile
|-- com.fhs-opensource:mybatis-plus:4.0.2
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-starter-jdbc
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-autoconfigure-processor
|-- org.mybatis.scripting:mybatis-thymeleaf:1.0.3
|-- org.mybatis.scripting:mybatis-velocity:2.1.1