变量名改小写

This commit is contained in:
宋雨航 2024-08-14 13:54:04 +08:00
parent a30c1c2808
commit bc79c10d8b
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ public class YudaoWebAutoConfiguration implements WebMvcConfigurer {
} }
@Bean @Bean
public GlobalExceptionHandler globalExceptionHandler(ApiErrorLogFrameworkService ApiErrorLogFrameworkService) { public GlobalExceptionHandler globalExceptionHandler(ApiErrorLogFrameworkService apiErrorLogFrameworkService) {
return new GlobalExceptionHandler(applicationName, ApiErrorLogFrameworkService); return new GlobalExceptionHandler(applicationName, apiErrorLogFrameworkService);
} }
@Bean @Bean