排除flowable自带的权限认证

rf
xlsea 2023-02-24 14:47:11 +08:00
parent 90fbaee249
commit 59e01e69b7
1 changed files with 7 additions and 0 deletions

View File

@ -56,6 +56,13 @@
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter</artifactId>
<!-- 排除flowable自带的权限认证 -->
<exclusions>
<exclusion>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-security</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>