diff --git a/资产系统开发笔记.md b/资产系统开发笔记.md index 17c26dc..b6e5b05 100644 --- a/资产系统开发笔记.md +++ b/资产系统开发笔记.md @@ -89,7 +89,7 @@ public class CaptchaController { 1. 在SecurityConfig类中添加验证码验证的逻辑: -``` +```java Copy code @Configuration @EnableWebSecurity