first commit

This commit is contained in:
zc
2025-06-05 09:51:30 +08:00
commit b3657fb024
680 changed files with 83364 additions and 0 deletions

31
dcsoft-common/pom.xml Normal file
View File

@@ -0,0 +1,31 @@
<?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">
<parent>
<groupId>com.dcsoft</groupId>
<artifactId>dcsoft</artifactId>
<version>3.6.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>dcsoft-common-log</module>
<module>dcsoft-common-core</module>
<module>dcsoft-common-redis</module>
<module>dcsoft-common-seata</module>
<module>dcsoft-common-swagger</module>
<module>dcsoft-common-security</module>
<module>dcsoft-common-datascope</module>
<module>dcsoft-common-datasource</module>
<module>dcsoft-common-sms</module>
</modules>
<artifactId>dcsoft-common</artifactId>
<packaging>pom</packaging>
<description>
dcsoft-common通用模块
</description>
</project>