File | Operation |
---|---|
mybatis-pro-1.1.5.pom | download |
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>mybatis-pro</artifactId>
<version>1.1.5</version>
<type>pom</type>
</dependency>
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.2.RELEASE</version> </parent>
compile
|-- org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.3
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-autoconfigure
|-- mysql:mysql-connector-java
|-- com.alibaba:fastjson:1.2.75
|-- cn.hutool:hutool-all:5.4.2
|-- com.google.guava:guava:30.0-jre
test