Skip to content

Commit

Permalink
🎨 Improving structure / format of the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed Apr 9, 2024
1 parent 7c886d6 commit 78f056a
Show file tree
Hide file tree
Showing 9 changed files with 260 additions and 301 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class WebSecurityConfiguration {

/**
* spring security 默认的安全策略
*
* @param http security注入点
* @return SecurityFilterChain
* @throws Exception
Expand All @@ -60,7 +59,6 @@ SecurityFilterChain defaultSecurityFilterChain(HttpSecurity http) throws Excepti
* 暴露静态资源
* <p>
* https://github.com/spring-projects/spring-security/issues/10938
*
* @param http
* @return
* @throws Exception
Expand Down
Loading

0 comments on commit 78f056a

Please sign in to comment.