初始化 1.5.0-snapshot 版本
This commit is contained in:
parent
09d0634694
commit
d5c35c23dc
2
pom.xml
2
pom.xml
|
@ -26,7 +26,7 @@
|
||||||
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>1.4.0-snapshot</revision>
|
<revision>1.5.0-snapshot</revision>
|
||||||
<!-- Maven 相关 -->
|
<!-- Maven 相关 -->
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>1.4.0-snapshot</revision>
|
<revision>1.5.0-snapshot</revision>
|
||||||
<!-- 统一依赖管理 -->
|
<!-- 统一依赖管理 -->
|
||||||
<spring.boot.version>2.5.9</spring.boot.version>
|
<spring.boot.version>2.5.9</spring.boot.version>
|
||||||
<!-- Web 相关 -->
|
<!-- Web 相关 -->
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ruoyi",
|
"name": "yudao-ui-admin",
|
||||||
"version": "3.3.0",
|
"version": "1.5.0-snapshot",
|
||||||
"description": "芋道管理系统",
|
"description": "芋道管理系统",
|
||||||
"author": "芋道",
|
"author": "芋道",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
25
更新日志.md
25
更新日志.md
|
@ -11,11 +11,34 @@
|
||||||
* 升级 mybatis plus 最新版本,优化多租户的实现
|
* 升级 mybatis plus 最新版本,优化多租户的实现
|
||||||
* RedisKeyDefine 的发现机制
|
* RedisKeyDefine 的发现机制
|
||||||
|
|
||||||
## [v.1.5.0] 计划 2022.02.28 发布
|
## [v.1.5.0] 【进行中】计划 2022.02.28 发布
|
||||||
|
|
||||||
* 基于 flowable 实现工作流
|
* 基于 flowable 实现工作流
|
||||||
* 基于 uniapp 实现小程序,完成用户中心相关的功能(社交登陆、修改密码、忘记密码、修改个人信息等等功能)
|
* 基于 uniapp 实现小程序,完成用户中心相关的功能(社交登陆、修改密码、忘记密码、修改个人信息等等功能)
|
||||||
|
|
||||||
|
### ⚠️ Warning
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
### 📈 Statistic
|
||||||
|
|
||||||
|
* 总代码行数:
|
||||||
|
* 源码代码行数:
|
||||||
|
* 注释行数:
|
||||||
|
* 单元测试用例数:
|
||||||
|
|
||||||
|
### ⭐ New Features
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
### 🐞 Bug Fixes
|
||||||
|
|
||||||
|
* 【修复】数据权限的 `DEPT_AND_CHILD` 范围时,未设置自己所在的部门
|
||||||
|
|
||||||
|
### 🔨 Dependency Upgrades
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
## [v1.4.0] 2022.02.04
|
## [v1.4.0] 2022.02.04
|
||||||
|
|
||||||
### ⚠️ Warning
|
### ⚠️ Warning
|
||||||
|
|
Loading…
Reference in New Issue