Created
February 8, 2025 14:58
-
-
Save Satish-creater/200a19f0801a47326cc4c2a574d8d556 to your computer and use it in GitHub Desktop.
Deploying First spring boot Application on ubuntu Instance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#install java | |
sudo apt update | |
sudo apt install openjdk-17-jdk -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment