Skip to content

alerof/rat.header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published