Home > Net >  Spring Cloud CLI could not find artifact
Spring Cloud CLI could not find artifact

Time:04-06

I follow guide at enter image description here

enter image description here

How to fix it?

CodePudding user response:

Hello it seems cli trying to fetch dependency from maven which does not exists.

Ref: enter image description here

  • check the directory ../spring-cloud-cli/spring-cloud-launcher and open pom.xml enter image description here

  • if kafka module is commented as above that means kafka installation is not completed

    • Related