我正在尝试在不同的camel上下文中对几个camel路由进行分组,以避免组件名称冲突。我知道如何在同一上下文中配置多个从CamelConfiguration扩展而来的RouteBuilder类 public class CamelConfig extendsList<RouteBuilder> routes() { }
我正试图在我的rails应用程序中添加追随者。当我运行rails s来启动服务器时,我看到了以下错误:You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you