【同步】BOOT 和 CLOUD 的功能

This commit is contained in:
YunaiV
2024-08-31 09:51:21 +08:00
parent 51a37f885b
commit daef8d3b03
22 changed files with 156 additions and 88 deletions

View File

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