From 0190655c5313039410e5cf3270733940e92f6de4 Mon Sep 17 00:00:00 2001
From: wangys <3401275564@qq.com>
Date: Sun, 28 Sep 2025 15:50:46 +0800
Subject: [PATCH] service api
---
schoolNewsServ/api/api-all/pom.xml | 34 +++++++++++++++++++
.../api-all/src/main/java/org/xyzh/Main.java | 7 ++++
schoolNewsServ/api/pom.xml | 33 +++++++++++++++---
3 files changed, 69 insertions(+), 5 deletions(-)
create mode 100644 schoolNewsServ/api/api-all/pom.xml
create mode 100644 schoolNewsServ/api/api-all/src/main/java/org/xyzh/Main.java
diff --git a/schoolNewsServ/api/api-all/pom.xml b/schoolNewsServ/api/api-all/pom.xml
new file mode 100644
index 0000000..8981a47
--- /dev/null
+++ b/schoolNewsServ/api/api-all/pom.xml
@@ -0,0 +1,34 @@
+
+
+ 4.0.0
+
+ org.xyzh
+ api
+ ${school-news.version}
+
+
+ org.xyzh
+ api-all
+ ${school-news.version}
+ jar
+
+
+ 21
+ 21
+
+
+
+
+ org.xyzh
+ api-auth
+
+
+
+ org.xyzh
+ api-system
+
+
+
+
\ No newline at end of file
diff --git a/schoolNewsServ/api/api-all/src/main/java/org/xyzh/Main.java b/schoolNewsServ/api/api-all/src/main/java/org/xyzh/Main.java
new file mode 100644
index 0000000..f660b7a
--- /dev/null
+++ b/schoolNewsServ/api/api-all/src/main/java/org/xyzh/Main.java
@@ -0,0 +1,7 @@
+package org.xyzh;
+
+public class Main {
+ public static void main(String[] args) {
+ System.out.println("Hello world!");
+ }
+}
\ No newline at end of file
diff --git a/schoolNewsServ/api/pom.xml b/schoolNewsServ/api/pom.xml
index 68a5782..f4e0439 100644
--- a/schoolNewsServ/api/pom.xml
+++ b/schoolNewsServ/api/pom.xml
@@ -14,25 +14,48 @@
${school-news.version}
pom
- api-system
+ api-all
api-auth
+ api-system
21
21
+
+
+
+
+ org.xyzh
+ api-all
+ ${school-news.version}
+
+
+ org.xyzh
+ api-auth
+ ${school-news.version}
+
+
+ org.xyzh
+ api-system
+ ${school-news.version}
+
+
+
+
org.xyzh
- common-dto
- ${project.version}
+ common-core
+ ${school-news.version}
org.xyzh
- common-core
- ${project.version}
+ common-dto
+ ${school-news.version}
+
\ No newline at end of file