添加Knife4j 依赖升级 fastjson ,去掉mybatis多余依赖

This commit is contained in:
魏宏斌 2021-02-15 22:29:30 +08:00
parent 29dbc455b0
commit 9f1c479b77
2 changed files with 14 additions and 26 deletions

View File

@ -34,13 +34,6 @@
</dependency> </dependency>
<!--mybatis begin-->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.baomidou</groupId> <groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId> <artifactId>mybatis-plus-boot-starter</artifactId>
@ -81,11 +74,11 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <!-- <dependency>-->
<groupId>com.qiwenshare</groupId> <!-- <groupId>com.qiwenshare</groupId>-->
<artifactId>file-office</artifactId> <!-- <artifactId>file-office</artifactId>-->
<version>1.0.0-SNAPSHOT</version> <!-- <version>1.0.0-SNAPSHOT</version>-->
</dependency> <!-- </dependency>-->
</dependencies> </dependencies>

23
pom.xml
View File

@ -32,14 +32,11 @@
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
</dependency> </dependency>
<!--Swagger Start-->
<dependency> <dependency>
<groupId>org.springdoc</groupId> <groupId>com.github.xiaoymin</groupId>
<artifactId>springdoc-openapi-ui</artifactId> <artifactId>knife4j-spring-boot-starter</artifactId>
<version>1.5.2</version> <version>3.0.2</version>
</dependency> </dependency>
<!--Swagger End-->
<dependency> <dependency>
@ -51,8 +48,9 @@
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
<version>1.2.28</version> <version>1.2.75</version>
</dependency> </dependency>
<!-- 导入Mysql数据库链接jar包--> <!-- 导入Mysql数据库链接jar包-->
<dependency> <dependency>
<groupId>mysql</groupId> <groupId>mysql</groupId>
@ -62,9 +60,10 @@
<dependency> <dependency>
<groupId>cn.hutool</groupId> <groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId> <artifactId>hutool-all</artifactId>
<version>5.3.4</version> <version>5.5.8</version>
</dependency> </dependency>
<!--jpa--> <!--jpa-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
@ -83,11 +82,7 @@
<!-- <type>pom</type>--> <!-- <type>pom</type>-->
<!-- <scope>import</scope>--> <!-- <scope>import</scope>-->
<!-- </dependency>--> <!-- </dependency>-->
<dependency>
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.1.1</version>
</dependency>
<dependency> <dependency>
<groupId>com.baomidou</groupId> <groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId> <artifactId>mybatis-plus-boot-starter</artifactId>
@ -124,7 +119,7 @@
<modules> <modules>
<module>file-common</module> <module>file-common</module>
<module>file-web</module> <module>file-web</module>
<module>file-office</module> <!-- <module>file-office</module>-->
</modules> </modules>