Skip to content

spring-boot dockerized demo application to show use of request mapping

Notifications You must be signed in to change notification settings

makrandp/springboot-requestmapping-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot dockerized request mapping demo application

  • No need download dependencies/build spring-boot app on local machine.
  • No need install maven or java on local machine.
  • Dockerfile installs Java, Maven and builds the app.jar

Setup

docker-compose up

Service Usage

http://localhost:8080/
http://localhost:8080/user/
http://localhost:8080/user/hello
http://localhost:8080/user/1
http://localhost:8080/user/hello/makrand
http://localhost:8080/user/city?city=san francisco

Useful Commands

docker-compose up --force-recreate
docker-compose stop
docker-compose rm
docker-compose down --rmi all

About

spring-boot dockerized demo application to show use of request mapping

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages