权限问题修复:executor、report权限缓存清空感知补充

This commit is contained in:
gaoqr
2025-03-25 16:42:19 +08:00
parent 24d1649854
commit e5e8806816
9 changed files with 92 additions and 29 deletions
@@ -166,6 +166,12 @@
<version>${itextpdf.version}</version>
</dependency>
<!--ureport-core 相关end-->
<!-- 消息队列相关 -->
<dependency>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-mq</artifactId>
</dependency>
</dependencies>
<build>
<!-- 设置构建的 jar 包名 -->
@@ -232,6 +238,10 @@
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-web</artifactId>
</include>
<include>
<groupId>com.cf.imes</groupId>
<artifactId>cf-spring-boot-starter-mq</artifactId>
</include>
</includes>
</configuration>
<executions>