Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
fc3f008b
Commit
fc3f008b
authored
Nov 24, 2022
by
macro
Browse files
Update MallSecurityConfig.java
parent
1ec12fe3
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/java/com/macro/mall/config/MallSecurityConfig.java
View file @
fc3f008b
...
@@ -2,15 +2,12 @@ package com.macro.mall.config;
...
@@ -2,15 +2,12 @@ package com.macro.mall.config;
import
com.macro.mall.model.UmsResource
;
import
com.macro.mall.model.UmsResource
;
import
com.macro.mall.security.component.DynamicSecurityService
;
import
com.macro.mall.security.component.DynamicSecurityService
;
import
com.macro.mall.security.config.SecurityConfig
;
import
com.macro.mall.service.UmsAdminService
;
import
com.macro.mall.service.UmsAdminService
;
import
com.macro.mall.service.UmsResourceService
;
import
com.macro.mall.service.UmsResourceService
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.context.annotation.Configuration
;
import
org.springframework.context.annotation.Configuration
;
import
org.springframework.security.access.ConfigAttribute
;
import
org.springframework.security.access.ConfigAttribute
;
import
org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity
;
import
org.springframework.security.config.annotation.web.configuration.EnableWebSecurity
;
import
org.springframework.security.core.userdetails.UserDetailsService
;
import
org.springframework.security.core.userdetails.UserDetailsService
;
import
java.util.List
;
import
java.util.List
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment