diff --git a/yudao-admin-server/src/main/resources/application-local.yaml b/yudao-admin-server/src/main/resources/application-local.yaml
index ef485e083..9676da09c 100644
--- a/yudao-admin-server/src/main/resources/application-local.yaml
+++ b/yudao-admin-server/src/main/resources/application-local.yaml
@@ -43,13 +43,13 @@ spring:
primary: master
datasource:
master:
- name: ruoyi_vue_pro
+ name: ruoyi-vue-pro
url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
driver-class-name: com.mysql.jdbc.Driver
username: root
password: root
slave: # 模拟从库,可根据自己需要修改
- name: ruoyi_vue_pro
+ name: ruoyi-vue-pro
url: jdbc:mysql://127.0.0.1:3306/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=CTT
driver-class-name: com.mysql.jdbc.Driver
username: root
@@ -65,6 +65,7 @@ spring:
#activiti7默认不生成历史信息表,需手动设置开启
db-history-used: true
check-process-definitions: true
+ #full:保存历史数据的最高级别,可保存全部流程相关细节,包括流程流转各节点参数
history-level: full
diff --git a/yudao-framework/yudao-spring-boot-starter-activiti/pom.xml b/yudao-framework/yudao-spring-boot-starter-activiti/pom.xml
index f3acec5e2..e9cee07f1 100644
--- a/yudao-framework/yudao-spring-boot-starter-activiti/pom.xml
+++ b/yudao-framework/yudao-spring-boot-starter-activiti/pom.xml
@@ -33,7 +33,7 @@
${activiti.version}
pom
-
+
org.activiti
activiti-spring-boot-starter