whycxzp
2021-01-05 09e87e6b62dea40f449790f5bc5c9a00acabc868
update config
2个文件已修改
1个文件已删除
16 ■■■■■ 已修改文件
pom.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/WEB-INF/index.html 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/index.html 2 ●●● 补丁 | 查看 | 原始文档 | 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>