<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.3.1.tmp</version>
</dependency>
@Grapes(
@Grab(group='com.baomidou', module='mybatis-plus-boot-starter', version='3.3.1.tmp')
)
compile
|-- com.baomidou:mybatis-plus:3.3.1.tmp
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-starter-jdbc
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.mybatis.scripting:mybatis-thymeleaf:1.0.1
|-- org.mybatis.scripting:mybatis-velocity:2.1.0
|-- org.mybatis.scripting:mybatis-freemarker:1.2.1
|-- org.springframework.boot:spring-boot-autoconfigure-processor