<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>mybatis-pro-boot-starter</artifactId>
<version>1.5.9</version>
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='mybatis-pro-boot-starter', version='1.5.9')
)
compile
|-- com.github.dreamroute:mybatis-pro-auto-configuration:1.5.9
|-- com.github.dreamroute:mybatis-pro-core:1.5.9
|-- com.github.dreamroute:mybatis-pro-service:1.5.9
|-- org.mybatis.spring.boot:mybatis-spring-boot-starter:2.2.2
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.7.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.7.RELEASE
|-- org.projectlombok:lombok:1.18.16