1、解决工作流jar包运行bpmn中文乱码的问题
2、修改租户传递错误文档链接地址
| | |
| | | @AllArgsConstructor |
| | | public enum DocumentEnum { |
| | | |
| | | REDIS_INSTALL("https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues/I4VCSJ", "Redis 安装文档"), |
| | | TENANT("https://doc.iocoder.cn", "SaaS 多租户文档"); |
| | | REDIS_INSTALL("https://iailab.cn", "Redis 安装文档"), |
| | | TENANT("https://iailab.cn", "SaaS 多租户文档"); |
| | | |
| | | private final String url; |
| | | private final String memo; |
| | |
| | | <description> |
| | | bpm 包下,业务流程管理(Business Process Management),我们放工作流的功能,基于 Flowable 6 版本实现。 |
| | | 例如说:流程定义、表单配置、审核中心(我的申请、我的待办、我的已办)等等 </description> |
| | | |
| | | |
| | | <dependencies> |
| | | <!-- Spring Cloud 基础 --> |
| | | <dependency> |
| | |
| | | primary: master |
| | | datasource: |
| | | master: |
| | | url: jdbc:mysql://127.0.0.1:3306/iailab_plat_system?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例 |
| | | url: jdbc:mysql://172.16.8.100:3306/iailab_bpm?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true # MySQL Connector/J 8.X 连接的示例 |
| | | # url: jdbc:mysql://127.0.0.1:3306/iailab-plat?useSSL=true&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai # MySQL Connector/J 5.X 连接的示例 |
| | | # url: jdbc:postgresql://127.0.0.1:5432/ruoyi-vue-pro # PostgreSQL 连接的示例 |
| | | # url: jdbc:oracle:thin:@127.0.0.1:1521:xe # Oracle 连接的示例 |
| | |
| | | <artifactId>maven-surefire-plugin</artifactId> |
| | | <version>${maven-surefire-plugin.version}</version> |
| | | <configuration> |
| | | <encoding>utf8</encoding> |
| | | <skip>true</skip> |
| | | </configuration> |
| | | </plugin> |