qinyi8888

Results 2 comments of qinyi8888

1. Bind the ip address to: "0.0.0.0" 2. check the network settings, see if the network PREFIX, NETMASK of linux system and Windows computer are the same. 3. check if...

目前自己创建,临时解决方法: 引入配置文件: implementation('org.apache.rocketmq:rocketmq-tools:5.0.0') 简单实现代码: `/** * @author * @date 2024/12/20 */ @Slf4j @Component public class InitRocketmqTopicRunner implements ApplicationRunner { @Resource private RedisService redisService; @Value("${rocketmq.name-server}") private String nameServerAddr; @Override public void...