Java: Installing Spring Boot CLI 
angelcool@localhost:~$
angelcool@localhost:~$ date
Sat May 31 04:57:16 PM PDT 2025
angelcool@localhost:~$ cat /etc/redhat-release
Fedora release 41 (Forty One)
angelcool@localhost:~$
# INSTALL SDKMAN
angelcool@localhost:~$ curl -s "https://get.sdkman.io" | bash
...
# CHECK SDKMAN VERSION
angelcool@localhost:~$ sdk version

SDKMAN!
script: 5.19.0
native: 0.7.4 (linux x86_64)

# INSTALL SPRING BOOT CLI
angelcool@localhost:~$ sdk install springboot
...
# CHECK SPRING BOOT CLI VERSION
angelcool@localhost:~$ spring --version
Spring CLI v3.5.0
angelcool@localhost:~$
angelcool@localhost:~$


[ view entry ] ( 22 views )   |  print article

<Back | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next> Last>>



2025 By Angel Cool