2024年首版本发布(antd4和仪表盘大升级)

pull/5734/head
zhangdaiscott 2024-01-03 22:12:07 +08:00
parent 79a62aa056
commit 041d88161e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#### 2.数据库升级
- 从3.6.2+版本增加flyway自动升级数据库机制支持 mysql5.7、mysql8;
- 其他库请手工执行SQL, 目录: `jeecg-module-system\jeecg-system-start\flyway\sql\mysql`
- 其他库请手工执行SQL, 目录: `jeecg-module-system\jeecg-system-start\src\main\resources\flyway\sql\mysql`
> 注意: 升级sql只提供mysql版本如果有权限升级, 还需要手工角色授权,退出重新登录才好使。
#### 3.兼容问题