From 2063a2144c22c40c2cb0550f6dfc0671c834100c Mon Sep 17 00:00:00 2001
From: "1437892690@qq.com" <1437892690@qq.com>
Date: Thu, 6 Nov 2025 15:52:32 +0800
Subject: [PATCH] =?UTF-8?q?[=E5=8A=9F=E8=83=BD]=20Api=E6=8E=A5=E5=8F=A3?=
=?UTF-8?q?=E5=BC=BA=E5=88=B6=E9=9C=80=E8=A6=81=E6=B7=BB=E5=8A=A0=E6=9D=83?=
=?UTF-8?q?=E9=99=90=E6=8E=A7=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
关联 #[1547962277134336]Api接口强制需要添加权限控制 http://192.168.0.96:8090/demo/rdm.html#/story-detail/939050947543040/939050947543042/1547962277134336
---
pom.xml | 87 ++++++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 74 insertions(+), 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9b7fcdc..7294370 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,60 @@ along with this program. If not, see .-->
neatlogic-parent
${revision}
pom
+
+
+
0.4.0.0-SNAPSHOT
17
@@ -394,6 +448,26 @@ along with this program. If not, see .-->
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ ${java-version}
+ ${java-version}
+ UTF-8
+ -Xlint:all
+ true
+ true
+
+ neatlogic.framework.annotationprocessor.NeatLogicApiAnnotationProcessor
+
+
+
+
+
org.codehaus.mojo
@@ -420,19 +494,6 @@ along with this program. If not, see .-->
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.3.2
-
- ${java-version}
- ${java-version}
- UTF-8
- -Xlint:all
- true
- true
-
-
--
Gitee