添加注释,优化代码,减少魔法值

This commit is contained in:
KilLze
2025-12-29 17:58:40 +08:00
parent 6a68fefbd4
commit 1cf9ba0aa9
24 changed files with 133 additions and 50 deletions

View File

@@ -7,6 +7,10 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* WebMvc配置类
* @author KilLze
*/
@Configuration
public class WebConfig implements WebMvcConfigurer {