From e0345cf2d329c8ee3f7492f32df70b107812dc4b Mon Sep 17 00:00:00 2001 From: adiao <1819192616@qq.com> Date: Mon, 3 Apr 2023 07:40:22 +0800 Subject: [PATCH] Updated files --- 资产系统开发笔记.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/资产系统开发笔记.md b/资产系统开发笔记.md index b4689df..53f896a 100644 --- a/资产系统开发笔记.md +++ b/资产系统开发笔记.md @@ -823,7 +823,7 @@ Copy code 创建一个配置类,继承`WebSecurityConfigurerAdapter`,并重写`configure(HttpSecurity http)`和`configure(AuthenticationManagerBuilder auth)`方法,分别设置安全配置和身份验证规则。例如: -``` +```java Copy code @Configuration @EnableWebSecurity