carlos
carlos
## What is the purpose of the change upgrade spring boot to 3.0.0-SNAPSHOT ## Brief changelog 1、dubbo-spring-boot add new profile for spring-boot (3.0.0-SNAPSHOT) 2、change parent class for AbstractAnnotationBeanPostProcessor 3、add new...
hi: i have write a code like this ``` Message message = MessageBuilder.withPayload(DangerTicketEvents.REVIEW_CREATE) .setHeader("ticket", ticket) .build(); boolean result = this.sendEvent(message, ticket); if (!result){ throw new BizBaseRuntimeException("新增隐患单失败"); } ``` i hope...