1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +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

@@ -18,7 +18,6 @@ spring.datasource.password=
# 使用druid数据源
spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
spring.datasource.driverClassName=com.mysql.jdbc.Driver
## 配置SpringBoot对Redis的依赖
#spring.redis.host=127.0.0.1