添加Knife4j 依赖升级 fastjson ,去掉mybatis多余依赖
This commit is contained in:
parent
29dbc455b0
commit
9f1c479b77
@ -34,13 +34,6 @@
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
<!--mybatis begin-->
|
||||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||
@ -81,11 +74,11 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.qiwenshare</groupId>
|
||||
<artifactId>file-office</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.qiwenshare</groupId>-->
|
||||
<!-- <artifactId>file-office</artifactId>-->
|
||||
<!-- <version>1.0.0-SNAPSHOT</version>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
</dependencies>
|
||||
|
||||
|
23
pom.xml
23
pom.xml
@ -32,14 +32,11 @@
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--Swagger Start-->
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-ui</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<groupId>com.github.xiaoymin</groupId>
|
||||
<artifactId>knife4j-spring-boot-starter</artifactId>
|
||||
<version>3.0.2</version>
|
||||
</dependency>
|
||||
<!--Swagger End-->
|
||||
|
||||
|
||||
|
||||
<dependency>
|
||||
@ -51,8 +48,9 @@
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>1.2.28</version>
|
||||
<version>1.2.75</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 导入Mysql数据库链接jar包-->
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
@ -62,9 +60,10 @@
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>5.3.4</version>
|
||||
<version>5.5.8</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!--jpa-->
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
@ -83,11 +82,7 @@
|
||||
<!-- <type>pom</type>-->
|
||||
<!-- <scope>import</scope>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.mybatis.spring.boot</groupId>
|
||||
<artifactId>mybatis-spring-boot-starter</artifactId>
|
||||
<version>2.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||
@ -124,7 +119,7 @@
|
||||
<modules>
|
||||
<module>file-common</module>
|
||||
<module>file-web</module>
|
||||
<module>file-office</module>
|
||||
<!-- <module>file-office</module>-->
|
||||
|
||||
</modules>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user