【fix sonar】 DynamicRouteService.java文件

This commit is contained in:
tianwenbo
2023-03-10 09:29:39 +08:00
parent 187840576b
commit 0028bf7f17
@@ -89,8 +89,8 @@ public class DynamicRouteService implements ApplicationEventPublisherAware {
try {
repository.save(Mono.just(definition)).subscribe();
} catch (Exception e) {
log.error(e.toString());
}
return "success";
}
}
}