【fix sonar】 DynamicRouteService.java文件
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ public class DynamicRouteService implements ApplicationEventPublisherAware {
|
|||||||
try {
|
try {
|
||||||
repository.save(Mono.just(definition)).subscribe();
|
repository.save(Mono.just(definition)).subscribe();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
log.error(e.toString());
|
||||||
}
|
}
|
||||||
return "success";
|
return "success";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user