1
0

refactor: 改为多模块结构,增加更多的服务模板SDK

This commit is contained in:
2025-09-29 10:17:36 +08:00
parent 65e37b56bd
commit 08cadc5f6f
37 changed files with 334 additions and 214 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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.lanyuanxiaoyao</groupId>
<artifactId>spring-boot-service-template</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-service-template-task</artifactId>
<dependencies>
</dependencies>
<build>
</build>
</project>