Spring Boot On Docker | Create Spring Boot Docker Image & Deploy
In this tutorial we will go through the steps to clone the Spring Boot app using Git clone, Build the Jar/War file using Maven , Write the Docker file, Build docker image for spring boot application and docker deploy spring boot application.
-------------------------------------------------------------------------------------------
Docker playlist:
https://youtube.com/playlist?list=PLVx1qovxj-amqyqHceAhkcsopzi4PFcKc
------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------
NodeJs app on docker:
https://youtu.be/tR3C6Dj9sO4
-----------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
Steps:
git clone https://github.com/shazforiot/HelloWorld-Springboot-App.git
mvn clean package
java -jar target/helloworld-0.0.1.war
docker build -t springboot .
docker run --name springbootapp -p 8080:8080 springboot
----------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
Github:
https://github.com/shazforiot/HelloWorld-Springboot-App.git
------------------------------------------------------------------------------------
==========================================
Follow me @:
https://www.instagram.com/thetips4you
https://www.youtube.com/channel/UCoOq-DtESvayx5yJE5H6-qQ
https://www.facebook.com/thetipsforyou
http://www.thetips4you.com
==========================================
Music credit: "Royalty Free Music from Bensound"
Видео Spring Boot On Docker | Create Spring Boot Docker Image & Deploy автора Обучение программированию
Видео Spring Boot On Docker | Create Spring Boot Docker Image & Deploy автора Обучение программированию
Информация
1 декабря 2023 г. 19:47:31
00:10:25
Похожие видео