feat(openapi): 新增对外接口模块,提供门户待办数查询接口 /openapi/countTaskforporter

新增 jeecg-system-openapi 模块,与 local-api/cloud-api 同级,作为对外能力聚合入口。
接口通过 shiro.excludeUrls 白名单放行,鉴权与业务实现完全解耦。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-07-14 16:12:30 +08:00
co-authored by Claude Opus 4.7
parent 83871179ef
commit e7fec1375e
12 changed files with 258 additions and 3 deletions
+6
View File
@@ -267,6 +267,12 @@
<artifactId>jeecg-system-cloud-api</artifactId>
<version>${jeecgProjectVersion}</version>
</dependency>
<!-- system 对外接口 openapi -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-system-openapi</artifactId>
<version>${jeecgProjectVersion}</version>
</dependency>
<!-- 流程引擎 api -->
<dependency>