漏洞修复

This commit is contained in:
liang.chao 2025-08-24 14:49:16 +08:00
parent 4e75566cad
commit 989c4203e2
1 changed files with 4 additions and 2 deletions

View File

@ -25,6 +25,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
* *
* @return * @return
*/ */
/*
@Bean @Bean
public WebMvcConfigurer corsConfigurer() { public WebMvcConfigurer corsConfigurer() {
return new WebMvcConfigurer() { return new WebMvcConfigurer() {
@ -34,6 +35,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
} }
}; };
} }
*/
/** /**
* datatable分页解析 * datatable分页解析