Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot web app in docker

Spring boot web app running in docker example

Build

mvn clean install -Pdocker

Deploy

run container

docker-compose up

stop container

ctrl+C

remove container

docker-compose down

Run

Web api example:

curl http://localhost:8080/rat

Check logs in the console

Filter chain example:

  • Go in browser to
http://localhost:8080/login?state=333
  • Enter any 'username' and 'password'
  • Click 'login'
  • Check logs in the console

debug

Just add Run/Debug config plot

then run debug

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages