Skip to content

robingiraud/simple-springboot-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Springboot App

[For Training] Simple example of backend project

Test it locally with:

docker run -it -d --rm -p 8080:8080 smoreno/simple-springboot-app:latest
curl http://localhost:8080

It should show:

Greetings from Spring Boot!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 94.2%
  • Dockerfile 5.8%