2 Star 4 Fork 0

leelouis/java_game

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
leelouis 提交于 2024-03-02 23:01 . jdk改为21
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>game</groupId>
<artifactId>game_java</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<modules>
<module>xdb</module>
<module>hotagent</module>
<module>client</module>
<module>druid_spring</module>
<module>server</module>
<module>xdb_server</module>
<module>common</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>21</source>
<target>21</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/leelouis/java_game.git
git@gitee.com:leelouis/java_game.git
leelouis
java_game
java_game
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891