新增版本更新日志
This commit is contained in:
parent
78273d58a1
commit
01f2217f21
18
README.md
18
README.md
|
@ -39,7 +39,11 @@
|
||||||
29. **账务管理:简易版账户和账户流水,支付申请单管理**
|
29. **账务管理:简易版账户和账户流水,支付申请单管理**
|
||||||
## 在线体验
|
## 在线体验
|
||||||
暂未开放数据库,有需要的可以加群,项目可用于搭建流程平台商业化
|
暂未开放数据库,有需要的可以加群,项目可用于搭建流程平台商业化
|
||||||
**地址:http://dingflow.xyz:9527/login**
|
|
||||||
|
**后台管理系统地址:https://www.dingflow.yifaoa.top/login**
|
||||||
|
|
||||||
|
**DingFlow前台官网地址:https://www.dingflow.yifaoa.top/front/index**
|
||||||
|
|
||||||
- QQ群:
|
- QQ群:
|
||||||
- **技术交流群:
|
- **技术交流群:
|
||||||
QQ一群: 577813338(已满)**<a target="_blank" href="https://jq.qq.com/?_wv=1027&k=HBdPBdyf"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="Flop Mine" title="DingFlow"></a>
|
QQ一群: 577813338(已满)**<a target="_blank" href="https://jq.qq.com/?_wv=1027&k=HBdPBdyf"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="Flop Mine" title="DingFlow"></a>
|
||||||
|
@ -217,6 +221,14 @@ V2.1.0 2022-03-14
|
||||||
- 4.0 修复Excel导出异常功能
|
- 4.0 修复Excel导出异常功能
|
||||||
- 5.0 优化部分菜单栏目
|
- 5.0 优化部分菜单栏目
|
||||||
|
|
||||||
|
V2.1.1 2022-08-01
|
||||||
|
- 项目断更好久了,最近一段时间阿吉比较忙碌,大环境让阿吉创业胎死腹中,入职了新公司。从0到1开发了一款奢侈品电商APP(需要买名牌包的联系阿吉),这期先做个小更新,近期都会以优化代码为主:
|
||||||
|
- 1.0 重构邮件模块
|
||||||
|
- 2.0 重构消息中心
|
||||||
|
- 3.0 钉钉模块部分代码调整
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 未来规划
|
## 未来规划
|
||||||
- 1.0 接入企业微信
|
- 1.0 接入企业微信
|
||||||
- 2.0 优化表单和流程
|
- 2.0 优化表单和流程
|
||||||
|
@ -233,9 +245,9 @@ V2.1.0 2022-03-14
|
||||||
开源离不开您的参与、支持与鼓励。开源不易,如果您觉得项目对您有帮助,请您动动小手star一下,也是对作者的莫大帮助与支持。
|
开源离不开您的参与、支持与鼓励。开源不易,如果您觉得项目对您有帮助,请您动动小手star一下,也是对作者的莫大帮助与支持。
|
||||||
|
|
||||||
## 友情链接
|
## 友情链接
|
||||||
- 博客:http://47.114.7.28:8082
|
- 博客:http://47.114.7.28:8082(暂时不能访问)
|
||||||
- 若依:http://ruoyi.vip
|
- 若依:http://ruoyi.vip
|
||||||
- 在线文档:http://dingflow.xyz:3000
|
- 在线文档:http://dingflow.xyz:3000(暂时不能访问)
|
||||||
|
|
||||||
## 最后,特别感谢若依系统提供框架
|
## 最后,特别感谢若依系统提供框架
|
||||||
|
|
||||||
|
|
15
pom.xml
15
pom.xml
|
@ -8,8 +8,10 @@
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
|
|
||||||
<name>snow</name>
|
<name>snow</name>
|
||||||
<url>http://dingflow.xyz:9527</url>
|
<url>https://www.dingflow.yifaoa.top/front/index</url>
|
||||||
<description>snow管理系统</description>
|
<description>
|
||||||
|
DingFlow 系统致力于打造一款开源的面向中小型企业管理系统
|
||||||
|
</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<snow.version>2.0.0</snow.version>
|
<snow.version>2.0.0</snow.version>
|
||||||
|
@ -125,6 +127,8 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--解析sql工具类-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.jsqlparser</groupId>
|
<groupId>com.github.jsqlparser</groupId>
|
||||||
<artifactId>jsqlparser</artifactId>
|
<artifactId>jsqlparser</artifactId>
|
||||||
|
@ -264,6 +268,8 @@
|
||||||
<artifactId>alipay-sdk-java</artifactId>
|
<artifactId>alipay-sdk-java</artifactId>
|
||||||
<version>${com.alipay.sdk.version}</version>
|
<version>${com.alipay.sdk.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--钉钉-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.aliyun</groupId>
|
<groupId>com.aliyun</groupId>
|
||||||
<artifactId>dingtalk</artifactId>
|
<artifactId>dingtalk</artifactId>
|
||||||
|
@ -338,11 +344,6 @@
|
||||||
<version>${flowable.version}</version>
|
<version>${flowable.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jetbrains.kotlin</groupId>
|
|
||||||
<artifactId>kotlin-stdlib</artifactId>
|
|
||||||
<version>${kotlin.stdlib.verson}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.zxing</groupId>
|
<groupId>com.google.zxing</groupId>
|
||||||
|
|
|
@ -42,9 +42,5 @@
|
||||||
<artifactId>dingtalk</artifactId>
|
<artifactId>dingtalk</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.jetbrains.kotlin</groupId>
|
|
||||||
<artifactId>kotlin-stdlib</artifactId>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
|
@ -5,6 +5,7 @@ import cn.hutool.core.util.ObjectUtil;
|
||||||
import com.google.common.collect.Lists;
|
import com.google.common.collect.Lists;
|
||||||
import com.google.common.collect.Sets;
|
import com.google.common.collect.Sets;
|
||||||
import com.snow.common.constant.UserConstants;
|
import com.snow.common.constant.UserConstants;
|
||||||
|
import com.snow.common.core.text.Convert;
|
||||||
import com.snow.common.utils.StringUtils;
|
import com.snow.common.utils.StringUtils;
|
||||||
import com.snow.flowable.service.FlowableUserService;
|
import com.snow.flowable.service.FlowableUserService;
|
||||||
import com.snow.system.domain.FlowGroupDO;
|
import com.snow.system.domain.FlowGroupDO;
|
||||||
|
|
Loading…
Reference in New Issue