修复静态图片404问题

This commit is contained in:
TinyAnts 2022-11-17 11:50:27 +08:00
parent bd97df6f7b
commit c639499fbc
2 changed files with 0 additions and 6 deletions

View File

@ -13,9 +13,6 @@ spring:
mvc:
static-path-pattern: /api/static/**
throw-exception-if-no-handler-found: true
web:
resources:
add-mappings: false
# 数据源配置
datasource:
url: jdbc:mysql://localhost:3306/likeadmin?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false

View File

@ -11,9 +11,6 @@ spring:
mvc:
static-path-pattern: /api/static/**
throw-exception-if-no-handler-found: true
web:
resources:
add-mappings: false
# 数据源配置
datasource:
url: jdbc:mysql://localhost:3306/local_likeadmin?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false