nacos-group / nacos-examples

Nacos Examples
Apache License 2.0
951 stars 1.47k forks source link

nacos-health-plugin-example模块Could not find artifact com.alibaba.nacos:nacos-naming:pom:1.0.0 #39

Open zhouxiaoge opened 4 years ago

yxdwind commented 4 years ago

the same

beautifulrainday commented 4 years ago

这个问题还存在

spiritelf commented 3 years ago

这个项目没人管了??

paderlol commented 3 years ago

你是遇到什么问题了吗?

spiritelf commented 3 years ago

你是遇到什么问题了吗?

Could not find artifact com.alibaba.nacos:nacos-naming:pom:1.0.0

zhouxiaoge commented 3 years ago

是的

ghostzhang777 commented 3 years ago

这个一直没人解决? 我百度也没找到办法。

1299756312 commented 3 years ago

换0.8的

Unknown-FullStackMan commented 3 years ago

1.0.0 这个问题还在. 0.8没有问题

sunbao commented 3 years ago

正确格式:0.8.0

iacker commented 2 years ago

0.8没有问题,1.0问题还在!!!

grapeqin commented 2 years ago

image 需要改成0.8.0版本的依赖。

78zhanghao87 commented 2 years ago

换0.8.0编译失败 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project nacos-health-plugin-example: Compilation failure: Compilation failure: [ERROR] /D:/nacos-examples-master/nacos-health-plugin-example/src/main/java/com/alibaba/nacos/health/ext/TestHealthCheckProcessor.java:[3,44] 找不到符号 [ERROR] 符号: 类 HealthCheckProcessor [ERROR] 位置: 程序包 com.alibaba.nacos.naming.healthcheck [ERROR] /D:/nacos-examples-master/nacos-health-plugin-example/src/main/java/com/alibaba/nacos/health/ext/TestHealthCheckProcessor.java:[11,50] 找不到符号 [ERROR] 符号: 类 HealthCheckProcessor [ERROR] /D:/nacos-examples-master/nacos-health-plugin-example/src/main/java/com/alibaba/nacos/health/ext/Test.java:[37,5] 方法不会覆盖或实现超类型的方法 [ERROR] /D:/nacos-examples-master/nacos-health-plugin-example/src/main/java/com/alibaba/nacos/health/ext/TestHealthCheckProcessor.java:[18,5] 方法不会覆盖或实现超类型的方法 [ERROR] /D:/nacos-examples-master/nacos-health-plugin-example/src/main/java/com/alibaba/nacos/health/ext/TestHealthCheckProcessor.java:[28,5] 方法不会覆盖或实现超类型的方法 [ERROR] -> [Help 1]

lijie990822 commented 9 months ago

nacos-naming改成0.8.0后 nacos-health-plugin-example 下的 TestHealthCheckProcessor 实现的HealthCheckProcessor 还是找不到 。下载的官网原本配置的是1.0.0,估计是这个接口属于1.0更新的 但是 1.0的api还没有上线仓库 。不过这都23年了...