1 Star 0 Fork 0

huqr/small-spring

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
huqr 提交于 2022-07-06 17:08 . 数据类型转换
<?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>cn.hu.spring</groupId>
<artifactId>smallSpring</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>small-spring-01</module>
<module>small-spring-02</module>
<module>small-spring-03</module>
<module>small-spring-04</module>
<module>small-spring-05</module>
<module>small-spring-06</module>
<module>small-spring-07</module>
<module>small-spring-08</module>
<module>small-spring-09</module>
<module>small-spring-10</module>
<module>small-spring-11</module>
<module>small-spring-12</module>
<module>small-spring-13</module>
<module>small-spring-14</module>
<module>small-spring-15</module>
<module>small-spring-16</module>
</modules>
<properties>
<!-- Base -->
<jdk.version>1.8</jdk.version>
<sourceEncoding>UTF-8</sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.20</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/gourmets/small-spring.git
git@gitee.com:gourmets/small-spring.git
gourmets
small-spring
small-spring
master

搜索帮助