1 Star 0 Fork 37

xgwzw/springboot-series

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
pom.xml 1.03 KB
Copy Edit Raw Blame History
<?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>com.javacode2018.springboot</groupId>
<artifactId>springboot-series</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<!--
公众号:路人甲java,专注于java干货分享
个人博客:http://itsoku.com/
已推出的系列有:【spring系列】、【java高并发系列】、【MySQL系列】、【MyBatis系列】、【Maven系列】
git地址:https://gitee.com/javacode2018
-->
<modules>
<module>lesson-001-servlet3.0</module>
<module>lesson-002-servlet3.0</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xgwaw/springboot-series.git
git@gitee.com:xgwaw/springboot-series.git
xgwaw
springboot-series
springboot-series
master

Search