码迷,mamicode.com
首页 > 其他好文 > 详细

小知识:引入properties时,遇到@Value("${xxxxx}")时,报注入失败的错误

时间:2020-02-28 22:32:47      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:can   cancel   key   bsp   引入   -name   应该   配置   prope   

经过分析,应该yml的配置方式出现问题,进行格式调整:

修改前:

exchange:
  order: "exchange.order"
queue.
  order:
    create:
      mc-spc-order-service: "queue.order.create.mc-spc-order-service"
      result:
        mc-spc-order-service: "queue.order.create.result.mc-spc-sales-service"
    cancel:
      mc-spc-order-service: "queue.order.cancel.mc-spc-order-service"
      result:
        mc-spc-order-service: "queue.order.cancel.result.mc-spc-sales-service"

 

修改后:

exchange-name:
  mc-spc-order-service: exchange.order
routing-key:
  order-create:
    mc-spc-order-service: queue.order.create.mc-spc-order-service
  order-cancel:
    mc-spc-order-service: queue.order.cancel.mc-spc-order-service
  order-create-result:
    mc-spc-sales-service: queue.order.create.result.mc-spc-sales-service
  order-cancel-result:
    mc-spc-sales-service: queue.order.cancel.result.mc-spc-sales-service

 

小知识:引入properties时,遇到@Value("${xxxxx}")时,报注入失败的错误

标签:can   cancel   key   bsp   引入   -name   应该   配置   prope   

原文地址:https://www.cnblogs.com/chongpf/p/12380392.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!