初始化提交

This commit is contained in:
谭凯凯
2025-02-07 16:09:25 +08:00
committed by Tankaikai
parent 88dc5e10b9
commit f5c38b4d0e
6 changed files with 203 additions and 59 deletions

View File

@@ -1,7 +1,5 @@
<?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">
<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.czg</groupId>
@@ -9,25 +7,18 @@
<version>1.0.0</version>
</parent>
<name>全局通用工具</name>
<groupId>com.czg</groupId>
<artifactId>cash-common</artifactId>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.26</version>
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.54</version>
</dependency>
</dependencies>
<modules>
<module>cash-common-dependencies</module>
<!--
<module>cash-common-log</module>
-->
<!---->
<module>cash-common-tools</module>
<module>cash-common-swagger</module>
</modules>
</project>