Browse Source

Updated files

master
adiao 3 years ago
parent
commit
e0345cf2d3
  1. 2
      资产系统开发笔记.md

2
资产系统开发笔记.md

@ -823,7 +823,7 @@ Copy code
创建一个配置类,继承`WebSecurityConfigurerAdapter`,并重写`configure(HttpSecurity http)`和`configure(AuthenticationManagerBuilder auth)`方法,分别设置安全配置和身份验证规则。例如: 创建一个配置类,继承`WebSecurityConfigurerAdapter`,并重写`configure(HttpSecurity http)`和`configure(AuthenticationManagerBuilder auth)`方法,分别设置安全配置和身份验证规则。例如:
``` ```java
Copy code Copy code
@Configuration @Configuration
@EnableWebSecurity @EnableWebSecurity

Loading…
Cancel
Save