Browse Source

!4 排除flowable自带的权限认证

Merge pull request !4 from 马铃薯头/master
master
tony 3 years ago
committed by Gitee
parent
commit
3cf649a932
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 7
      ruoyi-flowable/pom.xml

7
ruoyi-flowable/pom.xml

@ -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>

Loading…
Cancel
Save