摘要:
1、准备 定义pojo类 @Data public class DateVo { private Date date; } 定义controller @RestController public class DateController { /** * 通过表单获取传递的数据 * @param vo 阅读全文
摘要:
官网文档解释: If a message is published with the "mandatory" flags set, but cannot be routed, the broker will return it to the sending client (via an AMQP.B 阅读全文