Horje
install spring boot on ubuntu Code Example
install spring boot on ubuntu
wget https://repo.spring.io/release/org/springframework/boot/spring-boot-cli/2.3.3.RELEASE/spring-boot-cli-2.3.3.RELEASE-bin.tar.gz
tar -xzf spring-boot-cli-2.3.3.RELEASE-bin.tar.gz
sudo mv spring-boot-cli-2.3.3.RELEASE /opt/
sudo ln -s /opt/spring-2.3.3.RELEASE/bin/spring /usr/bin/spring
sudo ln -s /opt/spring-boot-cli-2.3.3.RELEASE/shell-completion/bash/spring /etc/bash_completion.d/spring




Shell

Related
A branch named 'master' already exists. Code Example A branch named 'master' already exists. Code Example
search git history Code Example search git history Code Example
remove last commit Code Example remove last commit Code Example
debian install postgresql Code Example debian install postgresql Code Example
how to upgrade in linux Code Example how to upgrade in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11