<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>mybatis-pro-auto-configuration</artifactId>
<version>1.3.6</version>
</dependency>
libraryDependencies += "com.github.dreamroute" % "mybatis-pro-auto-configuration" % "1.3.6"
@Grapes(
@Grab(group='com.github.dreamroute', module='mybatis-pro-auto-configuration', version='1.3.6')
)
<dependency org="com.github.dreamroute" name="mybatis-pro-auto-configuration" rev="1.3.6" />
compile
|-- com.github.dreamroute:mybatis-pro-core:1.3.6
|-- 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
|-- com.alibaba:fastjson:1.2.75