1 Star 0 Fork 2

guo_wwei/spring-boot-study

forked from 道尘/spring-boot-study 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
fishpro 提交于 2019-09-19 17:25 +08:00 . Spring Boot 入门教程系列文章
<?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.fishpro</groupId>
<artifactId>springstudy</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>spring-boot-study-helloworld</module>
<module>spring-boot-study-log</module>
<module>spring-boot-study-thymeleaf</module>
<module>spring-boot-study-throwable</module>
<module>spring-boot-study-restful</module>
<module>spring-boot-study-restcontroller</module>
<module>spring-boot-study-swagger2</module>
<module>spring-boot-study-resttest</module>
<module>spring-boot-study-freemarker</module>
<module>spring-boot-study-jdbc</module>
<module>spring-boot-study-mybatis</module>
<module>spring-boot-study-jpa</module>
<module>spring-boot-study-securing</module>
<module>spring-boot-study-jwt</module>
<module>spring-boot-study-oauthdemo</module>
<module>spring-boot-study-ehcache</module>
<module>spring-boot-study-redis</module>
<module>spring-boot-study-memcached</module>
<module>spring-boot-study-quartz</module>
<module>spring-boot-study-quartzdb</module>
<module>spring-boot-study-sendemail</module>
<module>spring-boot-study-ftpclient</module>
<module>spring-boot-study-httpclient</module>
<module>spring-boot-study-webservice</module>
<module>spring-boot-study-webserviceclient</module>
<module>spring-boot-study-webservicejaxws</module>
<module>spring-boot-study-xmldom4j</module>
<module>spring-boot-study-json</module>
<module>spring-boot-study-banner</module>
<module>spring-boot-study-hotstart</module>
</modules>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/guo_wwei/spring-boot-study.git
git@gitee.com:guo_wwei/spring-boot-study.git
guo_wwei
spring-boot-study
spring-boot-study
master

搜索帮助