1 Star 0 Fork 19

forAllBright/springboot

forked from yadong.zhang/springboot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.43 KB
一键复制 编辑 原始数据 按行查看 历史
yadong.zhang 提交于 2018-11-01 18:05 +08:00 . :green_apple:调整package
<?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>me.zhyd.springboot</groupId>
<artifactId>springboot-learning</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>springboot</name>
<modules>
<module>springboot-jsp</module>
<module>springboot-freemark</module>
<module>springboot-mybatis</module>
<module>springboot-schedule</module>
<module>springboot-logback</module>
<module>springboot-aop</module>
<module>springboot-errorpage</module>
<module>springboot-servlet</module>
<module>springboot-poi</module>
<module>springboot-session</module>
<module>springboot-property</module>
<module>springboot-exception</module>
<module>springboot-mail</module>
<module>springboot-ssl</module>
<module>springboot-multi-datasource</module>
<module>springboot-restdocs</module>
<module>springboot-docker</module>
<module>springboot-swagger</module>
<module>springboot-interceptor</module>
<module>springboot-validator</module>
<module>springboot-websocket</module>
</modules>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.6.RELEASE</version>
<relativePath/>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- 程序监控、运维 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!--springboot中修改完文件后自动reload的插件,修改完文件Ctrl + F9 Make一下就可以 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId>
</dependency>
<!--springboot中修改完文件后自动reload的插件 end -->
</dependencies>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/Pbright/springboot.git
git@gitee.com:Pbright/springboot.git
Pbright
springboot
springboot
master

搜索帮助