mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-03 23:52:26 +08:00
调整静态资源访问问题
This commit is contained in:
@@ -11,7 +11,7 @@ spring:
|
||||
profiles:
|
||||
active: pro
|
||||
mvc:
|
||||
static-path-pattern: /static/**
|
||||
static-path-pattern: /api/static/**
|
||||
# 数据源配置
|
||||
datasource:
|
||||
url: jdbc:mysql://localhost:3306/local_admin_java?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
|
||||
|
||||
Reference in New Issue
Block a user