From 3b5e3210854d80a05d0f18e091c4a76f41f3d9b6 Mon Sep 17 00:00:00 2001
From: songgaoshuai <1742057357@qq.com>
Date: Thu, 30 Nov 2023 14:11:47 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4flw=E4=BE=9D?=
=?UTF-8?q?=E8=B5=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 60 +++++++++++++++++++
.../java/org/dromara/DromaraApplication.java | 4 +-
ruoyi-modules/ruoyi-workflow/pom.xml | 6 --
3 files changed, 61 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index c7dec3258..0db3e5e80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,6 +322,66 @@
org.mybatis
mybatis
+
+ flowable-dmn-spring-configurator
+ org.flowable
+
+
+ flowable-form-spring-configurator
+ org.flowable
+
+
+ flowable-idm-spring-configurator
+ org.flowable
+
+
+ flowable-cmmn-spring-configurator
+ org.flowable
+
+
+ flowable-spring-boot-starter-cmmn
+ org.flowable
+
+
+ flowable-spring-boot-starter-app
+ org.flowable
+
+
+ flowable-spring-boot-starter-dmn
+ org.flowable
+
+
+ flowable-spring-boot-starter-rest
+ org.flowable
+
+
+ flowable-spring-boot-starter-rest-api
+ org.flowable
+
+
+ flowable-spring-boot-starter-ui-idm
+ org.flowable
+
+
+ flowable-spring-boot-starter-ui-admin
+ org.flowable
+
+
+ flowable-spring-boot-starter-ui-modeler
+ org.flowable
+
+
+ flowable-spring-boot-starter-ui-task
+ org.flowable
+
+
+ flowable-spring-boot-starter-actuator
+ org.flowable
+
+
+ flowable-spring-security
+ org.flowable
+
diff --git a/ruoyi-admin/src/main/java/org/dromara/DromaraApplication.java b/ruoyi-admin/src/main/java/org/dromara/DromaraApplication.java
index d0611154f..8ef33fe5f 100644
--- a/ruoyi-admin/src/main/java/org/dromara/DromaraApplication.java
+++ b/ruoyi-admin/src/main/java/org/dromara/DromaraApplication.java
@@ -10,9 +10,7 @@ import org.springframework.boot.context.metrics.buffering.BufferingApplicationSt
* @author Lion Li
*/
-@SpringBootApplication(exclude = {
- org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class,
- org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration.class})
+@SpringBootApplication
public class DromaraApplication {
public static void main(String[] args) {
diff --git a/ruoyi-modules/ruoyi-workflow/pom.xml b/ruoyi-modules/ruoyi-workflow/pom.xml
index 3dedb40be..ba9bc2022 100644
--- a/ruoyi-modules/ruoyi-workflow/pom.xml
+++ b/ruoyi-modules/ruoyi-workflow/pom.xml
@@ -26,12 +26,6 @@
org.flowable
flowable-spring-boot-starter
-
-
- org.mybatis
- mybatis
-
-