From efdb99f8cecc4afb592afad79c761081d5d5cf22 Mon Sep 17 00:00:00 2001
From: lee <4766465@qq.com>
Date: Wed, 18 Dec 2024 13:27:00 +0800
Subject: [PATCH] init

---
 xxl-job/xxl-job-executor-samples/pom.xml |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/xxl-job/xxl-job-executor-samples/pom.xml b/xxl-job/xxl-job-executor-samples/pom.xml
new file mode 100644
index 0000000..3ad85ff
--- /dev/null
+++ b/xxl-job/xxl-job-executor-samples/pom.xml
@@ -0,0 +1,18 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>com.xuxueli</groupId>
+        <artifactId>xxl-job</artifactId>
+        <version>2.3.1</version>
+    </parent>
+    <artifactId>xxl-job-executor-samples</artifactId>
+    <packaging>pom</packaging>
+
+    <modules>
+        <module>xxl-job-executor-sample-frameless</module>
+        <module>xxl-job-executor-sample-springboot</module>
+    </modules>
+
+</project>
\ No newline at end of file

--
Gitblit v1.9.3