docker-compose up --force-recreate
- In Eclipse:
- Go to Run -> Run Configurations -> Java Application -> New
- Choose
org.springframework.boot.devtools.RemoteSpringApplication
as themain class
- Choose
hotreload
as the project - Set http://localhost:8080 to program arguments
docker-compose up --force-recreate -d
docker-compose start
docker-compose stop
docker-compose down --rmi all