Browse Source

feat:运行流程接口地址

韩帛霖 1 year ago
parent
commit
55f75cd8dd
1 changed files with 3 additions and 5 deletions
  1. 3 5
      ruoyi-admin/src/main/resources/application.yml

+ 3 - 5
ruoyi-admin/src/main/resources/application.yml

@@ -76,11 +76,6 @@ spring:
     restart:
       # 热部署开关
       enabled: true
-
-
-
-
-
   # redis 配置
   redis:
     # 地址
@@ -145,3 +140,6 @@ xss:
   excludes: /system/notice
   # 匹配链接
   urlPatterns: /system/*,/monitor/*,/tool/*
+
+bpm:
+  runbpmurl: http://localhost:8080/system/runbpm/process/productionSchedul