修改版本号为 1.6.0,准备 Flowable 工作流发版!

This commit is contained in:
YunaiV 2022-03-06 09:46:24 +08:00
parent 69b93ca75a
commit e5b711409c
6 changed files with 9 additions and 7 deletions

View File

@ -26,7 +26,7 @@
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
<properties>
<revision>1.5.1-snapshot</revision>
<revision>1.6.0-snapshot</revision>
<!-- Maven 相关 -->
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>

View File

@ -14,7 +14,7 @@
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
<properties>
<revision>1.5.1-snapshot</revision>
<revision>1.6.0-snapshot</revision>
<!-- 统一依赖管理 -->
<spring.boot.version>2.5.10</spring.boot.version>
<!-- Web 相关 -->

View File

@ -9,6 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-bpm-impl-activiti</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>

View File

@ -9,6 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-bpm-impl-flowable</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>

View File

@ -43,15 +43,15 @@ spring:
primary: master
datasource:
master:
# name: ruoyi-vue-pro俺吧
name: ruoyi-vue-pro-flowable
name: ruoyi-vue-pro
# name: ruoyi-vue-pro-flowable
url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
driver-class-name: com.mysql.jdbc.Driver
username: root
password: 123456
slave: # 模拟从库,可根据自己需要修改
# name: ruoyi-vue-pro
name: ruoyi-vue-pro-flowable
name: ruoyi-vue-pro
# name: ruoyi-vue-pro-flowable
url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&allowPublicKeyRetrieval=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
driver-class-name: com.mysql.jdbc.Driver
username: root

View File

@ -1,6 +1,6 @@
{
"name": "yudao-ui-admin",
"version": "1.5.1-snapshot",
"version": "1.6.0-snapshot",
"description": "芋道管理系统",
"author": "芋道",
"license": "MIT",