Nacos源码istio、entity包找不到

启动时报错找不到entity包
在这里插入图片描述
原因是entity模块下的代码由protobuf在编译时自动生成的,所以只需要编译一下让它生成出来就可以了。
前提代码路径是英文

操作
1、安装Protocol Buffers
file–>settings–>plugins
在这里插入图片描述
2、在 idea 中,我们在 nacos-consistency 的 lifecycle 下执行 compile在这里插入图片描述
至此我们entity包缺失问题解决
istio包缺失问题

解决办法

mvn clean compile -Dmaven.test.skip=true

在nacos-istio模块下执行这个命令,等待编译完即可。

还不行的话可以在父项目目录下执行mvn clean compile -Dmaven.test.skip=true命令。

GitHub 加速计划 / na / nacos
137
24
下载
Nacos是由阿里巴巴开源的服务治理中间件,集成了动态服务发现、配置管理和服务元数据管理功能,广泛应用于微服务架构中,简化服务治理过程。
最近提交(Master分支:5 个月前 )
2d78d1c7 * Upgrade to 2.5.0. * Bump ui dependencies by npm audix. * Fix unit test. * Ignore DumpAllProcessorTest Tmp. 1 天前
6da6cc93 Bumps org.apache.tomcat.embed:tomcat-embed-core from 9.0.96 to 9.0.98. --- updated-dependencies: - dependency-name: org.apache.tomcat.embed:tomcat-embed-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐