配置JAVA_HOME为:C:\Program Files\Java\jre1.8.0_231\bin

发现提示了:Please set the JAVA_HOME variable in your environment, We need java(x64)! jdk8 or later is better!

打开startup.cmd,

发现里面配置的jdk的路径是这样的,使用nacos遇到的一些问题

 

 

 把bin目录这一层去掉即可。

 

 

2 启动spring cloud时候发现提示(使用的是nacos 1.2.0.beta.1)

https://mvnrepository.com/查找httpclient最新版本导入即可。

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.11</version>
</dependency>


相关文章:

  • 2021-06-06
  • 2021-06-19
  • 2021-08-28
  • 2021-09-08
  • 2021-04-09
  • 2021-09-30
  • 2021-12-31
  • 2022-12-23
猜你喜欢
  • 2021-08-08
  • 2022-01-19
  • 2021-04-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案