Spring Cloud CLI

Posted by Ligar Mugi Syahid on March 09, 2023
1 min read · Last Modified: January 21, 2024

Source

install spring cloud CLI

  • use SDKman to install springboot
    sdk install springboot
    
  • install cloud cli
    spring install org.springframework.cloud:spring-cloud-cli:2.2.0.BUILD-SNAPSHOT
    

start?

sdk install springboot 2.1.12.RELEASE
sdk use springboot 2.2.0.BUILD-SNAPSHOT

Cloud Apps

  • spring config server
    spring cloud configserver
    
  • still failed installing cloud cli
    spring install org.springframework.cloud:spring-cloud-cli:2.1.9.RELEASE
    

Tags: [ spring  ]