Skip to content

Getting Started Guide for Spring, Maven and Docker

License

Notifications You must be signed in to change notification settings

jsgiraldoh/spring-docker-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Spring, Maven and Docker

Prerequisite

  • JDK 17.0.2 or later
  • Maven 3.8.5+
  • Spring Boot CLI(optional)
  • Microsoft Visual Studio Code
  • Docker Desktop

Clone the repo

git clone https://github.com/ajeetraina/spring-docker-demo

Execute the below command to build the package:

./mvnw package

Running the app packages as JAR file

java -jar target/spring-boot-docker-0.0.1-SNAPSHOT.jar 

You can now access the Hello World page via the web browser http://localhost:8080

About

Getting Started Guide for Spring, Maven and Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.1%
  • Dockerfile 19.9%