cookie clear & ip support

This commit is contained in:
MaxKey
2022-07-28 09:15:33 +08:00
parent 9df09cc5ec
commit 63ca510af7
5 changed files with 40 additions and 17 deletions

View File

@@ -114,6 +114,8 @@ public class MaxKeyMgtMvcConfig implements WebMvcConfigurer {
.addPathPatterns("/file/upload/")
.addPathPatterns("/logout")
.addPathPatterns("/logout/**")
;
_logger.debug("add PermissionAdapter");