<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>mybatis-pro-service</artifactId>
<version>1.5.8</version>
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='mybatis-pro-service', version='1.5.8')
)
compile
|-- com.github.dreamroute:mybatis-pro-core:1.5.8
|-- javax.validation:validation-api:2.0.1.Final
|-- org.apache.commons:commons-lang3:3.11
|-- 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