8000 GitHub - mohankumar-putta/docker-spring-boot: eks cicd project on spring boot aplication
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mohankumar-putta/docker-spring-boot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

This source code is an Spring Boot web application).

Tested with

  • Docker 19.03
  • Ubuntu 19
  • Java 8 or Java 11
  • Spring Boot 2.2.4.RELEASE
  • Maven

For explanation, please visit this article - Docker and Spring Boot

How to run this?

$ git clone https://github.com/mkyong/docker-java
$ cd docker-spring-boot
$ mvn clean package
$ java -jar target/spring-boot-web.jar

  access http://localhost:8080

//dockerize

// create a docker image
$ sudo docker build -t spring-boot:1.0 .
// run it
$ sudo docker run -d -p 8080:8080 -t spring-boot:1.0

  access http://localhost:8080

About

eks cicd project on spring boot aplication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 70.4%
  • Java 10.7%
  • HTML 10.3%
  • Dockerfile 7.3%
  • CSS 1.3%
0