1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-14 20:41:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

升级后端springboot和mysql依赖版本;升级前端依赖;移除前端无用依赖;微调分类详情页表格鼠标悬浮样式

This commit is contained in:
2022-04-05 21:22:46 +08:00
parent 4e3d44ada8
commit cc72849163
9 changed files with 80 additions and 40 deletions

View File

@@ -15,7 +15,7 @@
<parent>
<artifactId>spring-boot-starter-parent</artifactId>
<groupId>org.springframework.boot</groupId>
<version>2.3.12.RELEASE</version>
<version>2.5.12</version>
</parent>
<properties>
@@ -49,14 +49,14 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.3.12.RELEASE</version>
<version>2.5.12</version>
</dependency>
<!--MySQL依赖-->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.49</version>
<version>8.0.28</version>
</dependency>
<!--连接池用于管理MySQL连接-->
@@ -144,7 +144,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.6.4</version>
<version>2.5.12</version>
<scope>test</scope>
</dependency>
@@ -251,7 +251,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.49</version>
<version>8.0.28</version>
</dependency>
</dependencies>
<executions>
@@ -325,7 +325,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.4.3</version>
<version>2.5.12</version>
</plugin>
<!-- 拉姆达表达式需要支持 Java 8 语法 -->