This commit is contained in:
Van0313
2025-05-17 00:33:47 +08:00
parent fc666e9c0f
commit 93c11ebbdb

View File

@@ -29,7 +29,7 @@ public class MessageProducerService {
@PostConstruct
public void init() {
if (rocketMQTemplate == null) {
throw new IllegalStateException("RocketMQTemplate not initialized!");
throw new IllegalStateException("RocketMQTemplate not initialized! ");
}
}