<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>mybatis-pro-base</artifactId>
<version>1.5.1</version>
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='mybatis-pro-base', version='1.5.1')
)
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.11.1
|-- 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
|-- org.projectlombok:lombok:1.18.12