Dockerize a starter springboot app and add to stackbox. This will invlove the following steps.
- Dockerize basic springboot app (without any endpoints) with multistage build
- Add code folder with Dockerfile to repo
- Add springboot as an option in stackbox.sh
Refer to Angular and React PRs for more understanding.