代码拉取完成,页面将自动刷新
<?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.tfos.study</groupId>
<artifactId>spring-boot-study</artifactId>
<version>1.0-SNAPSHOT</version>
<modules>
<module>spring-boot-study-create-web</module>
<module>spring-boot-study-test-case</module>
<module>spring-boot-study-banner</module>
<module>spring-boot-study-port-path</module>
<module>spring-boot-study-logback</module>
<module>spring-boot-study-devtools</module>
<module>spring-boot-study-thymeleaf</module>
<module>spring-boot-study-static</module>
<module>spring-boot-study-jsp</module>
<module>spring-boot-study-multipart-file</module>
<module>spring-boot-study-ssm-xml</module>
<module>spring-boot-study-ssm-annotation</module>
<module>spring-boot-study-mvc-converter</module>
<module>spring-boot-study-mvc-serializers</module>
<module>spring-boot-study-mvc-static</module>
<module>spring-boot-study-mvc-favicon</module>
<module>spring-boot-study-mvc-url</module>
<module>spring-boot-study-mvc-content-negotiation</module>
<module>spring-boot-study-mvc-content-negotiating-view-resolver</module>
<module>spring-boot-study-mvc-init-binder</module>
<module>spring-boot-study-mvc-web-data-binder</module>
<module>spring-boot-study-mvc-web-binding-initializer</module>
<module>spring-boot-study-mvc-configurable-web-binding-initializer</module>
<module>spring-boot-study-mvc-cors</module>
</modules>
<packaging>pom</packaging>
<name>spring-boot-study</name>
<!-- FIXME change it to the project's website -->
<url>http://www.tfos.com</url>
<description>【TF(腾飞)开源】SpringBoot2.x从入门到精通</description>
<distributionManagement>
<site>
<id>website</id>
<url>scp://webhost.company.com/www/website</url>
</site>
</distributionManagement>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.5.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<maven-compiler-plugin>3.6.2</maven-compiler-plugin>
<maven-source-plugin.version>2.1</maven-source-plugin.version>
<java.version>1.8</java.version>
<junit.version>4.12</junit.version>
<hutool.version>5.6.2</hutool.version>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>${hutool.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!--简化bean的代码-->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。