This is quic tutorial how to install Spring CLI 1.3.0.RELEASE on Mac
1. Install SDK packet manager (sdkman)
$ curl -s "https://get.sdkman.io" | bash
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version
Now you should be able to see sdkman version
2. Install SPRING CLI
Check which version you want with this command:
sdk list springboot
And install what you like. I am using version 1.3.0.RELEASE
sdk install springboot 1.3.0.RELEASE