【fix sonar】 DynamicRouteService.java文件
This commit is contained in:
+2
-2
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user