spring-cloud-cli
spring-cloud-cli copied to clipboard
Spring Cloud CLI features
I followed instructions [here](https://docs.spring.io/spring-boot/docs/current/reference/html/getting-started.html#getting-started-installing-the-cli) installed `spring-boot-cli`: ``` scoop install springboot ``` and followed instructions [here](https://cloud.spring.io/spring-cloud-cli/reference/html/#_running_spring_cloud_services_in_development) to install `spring-cloud-cli`: ``` spring install org.springframework.cloud:spring-cloud-cli:2.2.0.BUILD-SNAPSHOT ``` But it is not working when `spring...
Just bumping the Spring CLI and Spring Cloud CLI versions on the install document.
Hello, Thank you for creating such an amazing tool. I would like to suggest some improvements to the documentation. Kindly consider that I do not have any prior experience to...
On starting any cloud service, like eureka the spring boot startup failed with the following error: opens java.net to unnamed module. Started the eureka with the following cmd: spring cloud...
I want to replace the spring cloud cli default service with the local Eureka service, but an error is reported,I wonder if there are other configurations I didn't add -...
Bumps [spring-cloud-deployer-thin](https://github.com/dsyer/spring-boot-thin-launcher) from 1.0.22.RELEASE to 1.0.26.RELEASE. Commits 5fa683d Update for 1.0.26 a3d6687 Test improvement 0f4bf0e Test improvement ec3885a Slightly more efficient? 3bcd05a Another attempt 2cfa1f9 Hack in a fix for...
Bumps [spring-boot-loader](https://github.com/spring-projects/spring-boot) from 2.1.9.RELEASE to 2.4.0. Release notes Sourced from spring-boot-loader's releases. v2.4.0 :star: New Features Provide a property or environment variable to enable DevTools' restarter irrespective of how the...
Bumps spring-cloud-deployer-resource-support from 2.0.3.RELEASE to 2.4.1. [](https://dependabot.com/compatibility-score/?dependency-name=org.springframework.cloud:spring-cloud-deployer-resource-support&package-manager=maven&previous-version=2.0.3.RELEASE&new-version=2.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps spring-cloud-deployer-local from 2.0.6.RELEASE to 2.4.1. [](https://dependabot.com/compatibility-score/?dependency-name=org.springframework.cloud:spring-cloud-deployer-local&package-manager=maven&previous-version=2.0.6.RELEASE&new-version=2.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.1.0 to 3.3.0. Commits 0e25d74 [maven-release-plugin] prepare release plexus-utils-3.3.0 6f15ab2 Add public String[] getRawCommandline() to avoid OS dependency code in d38c467 use trusty Linux distribution for JDK...