|
|
|
|
@ -21,10 +21,16 @@ |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
</dependency> |
|
|
|
|
<!--常用工具类 --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.apache.commons</groupId> |
|
|
|
|
<artifactId>commons-lang3</artifactId> |
|
|
|
|
<version>3.12.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId> |
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId> |
|
|
|
|
<version>2.2.0</version> |
|
|
|
|
<version>2.1.3</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
@ -58,12 +64,29 @@ |
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId> |
|
|
|
|
<version>2.1.3</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- hutool 的依赖配置--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>cn.hutool</groupId> |
|
|
|
|
<artifactId>hutool-all</artifactId> |
|
|
|
|
<version>5.7.9</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- cglib 的依赖配置--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>cglib</groupId> |
|
|
|
|
<artifactId>cglib</artifactId> |
|
|
|
|
<version>3.3.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<!-- MyBatis Plus --> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
|
<artifactId>mybatis-plus-boot-starter</artifactId> |
|
|
|
|
<version>3.3.2</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
|
<artifactId>mybatis-plus-extension</artifactId> |
|
|
|
|
<version>3.5.1</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.baomidou</groupId> |
|
|
|
|
<artifactId>mybatis-plus-generator</artifactId> |
|
|
|
|
@ -112,23 +135,23 @@ |
|
|
|
|
</dependency> |
|
|
|
|
<!-- swagger --> |
|
|
|
|
<!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger2 --> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>io.springfox</groupId>--> |
|
|
|
|
<!-- <artifactId>springfox-swagger2</artifactId>--> |
|
|
|
|
<!-- <version>2.9.2</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<!-- <!– https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui –>--> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>io.springfox</groupId>--> |
|
|
|
|
<!-- <artifactId>springfox-swagger-ui</artifactId>--> |
|
|
|
|
<!-- <version>2.9.2</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>io.springfox</groupId>--> |
|
|
|
|
<!-- <artifactId>springfox-swagger2</artifactId>--> |
|
|
|
|
<!-- <version>2.9.2</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<!-- <!– https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui –>--> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>io.springfox</groupId>--> |
|
|
|
|
<!-- <artifactId>springfox-swagger-ui</artifactId>--> |
|
|
|
|
<!-- <version>2.9.2</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
|
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>io.springfox</groupId>--> |
|
|
|
|
<!-- <artifactId>springfox-boot-starter</artifactId>--> |
|
|
|
|
<!-- <version>3.0.0</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<!-- <dependency>--> |
|
|
|
|
<!-- <groupId>io.springfox</groupId>--> |
|
|
|
|
<!-- <artifactId>springfox-boot-starter</artifactId>--> |
|
|
|
|
<!-- <version>3.0.0</version>--> |
|
|
|
|
<!-- </dependency>--> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.spring4all</groupId> |
|
|
|
|
<artifactId>swagger-spring-boot-starter</artifactId> |
|
|
|
|
@ -152,6 +175,7 @@ |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
<version>2.6.1</version> |
|
|
|
|
<configuration> |
|
|
|
|
<excludes> |
|
|
|
|
<exclude> |
|
|
|
|
|