mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-18 17:48:03 +08:00
sa-token-quick-login 模块完毕
This commit is contained in:
@@ -34,7 +34,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
|
||||
* 注册 [sa-token全局过滤器]
|
||||
*/
|
||||
@Bean
|
||||
public SaServletFilter getSaReactorFilter() {
|
||||
public SaServletFilter getSaServletFilter() {
|
||||
return new SaServletFilter()
|
||||
|
||||
// 指定 [拦截路由] 与 [放行路由]
|
||||
|
@@ -44,11 +44,6 @@ spring:
|
||||
min-idle: 0
|
||||
|
||||
|
||||
|
||||
# 静态文件路径映射
|
||||
resources:
|
||||
static-locations: file:E:\work\project-yun\sa-admin
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user