mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 20:57:21 +08:00
fix: 修复访问 doc.html 接口文档,控制台报 No mapping for GET /favicon.ico 警告的问题
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -281,11 +281,18 @@ limitations under the License.
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<includes>
|
||||
<include>**/**</include>
|
||||
<include>**/*.yml</include>
|
||||
</includes>
|
||||
<!-- 启用过滤,即替换对应资源中的变量 -->
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
<!-- 除 YAML 配置文件外,其他配置文件不需要进行变量替换 -->
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<includes>
|
||||
<include>**/**</include>
|
||||
</includes>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
|
Reference in New Issue
Block a user