sa-token-quick-login 模块完毕

This commit is contained in:
shengzhang
2021-05-09 19:08:44 +08:00
parent ca2599c528
commit 0a7a8138b3
42 changed files with 1039 additions and 63 deletions

View File

@@ -34,7 +34,7 @@ public class SaTokenConfigure implements WebMvcConfigurer {
* 注册 [sa-token全局过滤器]
*/
@Bean
public SaServletFilter getSaReactorFilter() {
public SaServletFilter getSaServletFilter() {
return new SaServletFilter()
// 指定 [拦截路由] 与 [放行路由]

View File

@@ -44,11 +44,6 @@ spring:
min-idle: 0
# 静态文件路径映射
resources:
static-locations: file:E:\work\project-yun\sa-admin