nacos部署在50上面,我在另一个服务器(不同网段,但可以ping通nacos所在机器)放了一个项目A,配置都没有问题,但是无法从50的nacos拉取到配置信息,也无法注册到50的naocs。
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.4.RELEASE)
2021-09-17 13:53:09.220 WARN 141232 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder : Ignore the empty nacos configuration and get it based on dataId[task-config] & group[SJZT]
2021-09-17 13:53:12.229 WARN 141232 --- [ main] c.a.c.n.c.NacosPropertySourceBuilder : Ignore the empty nacos configuration and get it based on dataId[task-config.yml] & group[SJZT]
nacos的端口开放了没有