v2.2 正式发布,移除jpa升级后台为mytisplus

This commit is contained in:
xuwenbo
2020-05-19 12:29:07 +08:00
parent 7a69a2abaf
commit 5db1bd8b35
902 changed files with 22572 additions and 18839 deletions

12
pom.xml
View File

@ -7,7 +7,7 @@
<groupId>co.yixiang</groupId>
<artifactId>yshop</artifactId>
<packaging>pom</packaging>
<version>2.1</version>
<version>2.2</version>
<modules>
<module>yshop-common</module>
@ -18,6 +18,7 @@
<module>yshop-api</module>
<module>yshop-mp</module>
<module>yshop-shop</module>
<module>yshop-mproot</module>
</modules>
<name>YSHOP商城管理系统</name>
@ -125,12 +126,17 @@
<artifactId>swagger-models</artifactId>
<version>1.5.21</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>swagger-bootstrap-ui</artifactId>
<version>1.9.6</version>
</dependency>-->
<!--单应用-->
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<version>2.0.1</version>
</dependency>
<!--Mysql依赖包-->
<dependency>
<groupId>mysql</groupId>