微服务版后端初始化

This commit is contained in:
yaoyn
2025-02-08 17:51:37 +08:00
parent 54af6be188
commit da009a7cc4
1897 changed files with 429541 additions and 81 deletions

37
xjrsoft-common/pom.xml Normal file
View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>xjrsoft-cloud</artifactId>
<groupId>com.xjrsoft</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xjrsoft-common</artifactId>
<packaging>pom</packaging>
<modules>
<module>xjrsoft-common-core</module>
<module>xjrsoft-common-datasource</module>
<module>xjrsoft-common-mybatis</module>
<module>xjrsoft-common-satoken</module>
<module>xjrsoft-common-magicapi</module>
<module>xjrsoft-common-redis</module>
<module>xjrsoft-commom-oss</module>
<module>xjrsoft-common-generate</module>
<module>xjrsoft-common-advice</module>
<module>xjrsoft-common-tenant</module>
</modules>
<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>
<description>
通用模块
</description>
</project>