1 Star 0 Fork 37

llx315898504/springboot-series

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
<?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/llx315898504/springboot-series.git
git@gitee.com:llx315898504/springboot-series.git
llx315898504
springboot-series
springboot-series
master

搜索帮助