🔧Chore: 初始化 Maven 项目

This commit is contained in:
2025-10-17 23:01:56 +08:00
parent 98785fc421
commit 9c54288835
+21
View File
@@ -0,0 +1,21 @@
<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>
<groupId>cn.hezhaohui</groupId>
<artifactId>thumb</artifactId>
<version>1.0-SNAPSHOT</version>
<name>thumb-up</name>
<properties>
<java.version>21</java.version>
</properties>
<dependencies>
</dependencies>
</project>