@RabbitListener( bindings = @QueueBinding( value = @Queue(value = "order-queue", durable = "true"), exchange = @Exchange(value = "order-exchange", durable = "true", type = "topic"), key = "order.*" ) )
亲,我们在文档中是写的字号,但是由于字体的原因,看起来是像是宇号了。你可以拷出来在记事本中,就可以看出来是字号。总结:>作用于元素的第一个后代,空格作用于元素的所有后代。
springboot的启动入口放错位置了,应该放在项目外,多了一层包结构,导致创建,监听,消费等一系列操作失败