<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>mybatis-pro-core</artifactId>
<version>1.3.4</version>
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='mybatis-pro-core', version='1.3.4')
)
compile
|-- com.github.dreamroute:mybatis-pro-sdk:1.3.4
|-- com.github.dreamroute:mybatis-pro-base:1.3.4
|-- com.github.jsqlparser:jsqlparser:4.0
|-- org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.3
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.2.RELEASE
|-- mysql:mysql-connector-java:8.0.21
|-- org.projectlombok:lombok:1.18.12
|-- com.alibaba:fastjson:1.2.75