pom.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/WEB-INF/index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/webapp/index.html | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pom.xml
@@ -92,6 +92,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <version>1.4.2.RELEASE</version> <configuration> <!-- 工程主入口--> <mainClass>com.whyc.Application</mainClass> @@ -106,6 +107,9 @@ <resource> <directory>src/main/webapp</directory> <targetPath>META-INF/resources</targetPath> <includes> <include>**/**</include> </includes> </resource> </resources> src/main/webapp/WEB-INF/index.html
File was deleted src/main/webapp/index.html
@@ -5,6 +5,6 @@ <title>Title</title> </head> <body> <h1>web页面加载成功!</h1> </body> </html>