- Building Web Apps with Spring 5 and Angular
- Ajitesh Shukla
- 60字
- 2021-07-02 19:38:27
Docker Compose Script for setting up the Dev Environment
In order to come up with a Docker compose script which can set up our Spring Web App development environment with one script execution, we will first set up images for the following by creating independent Dockerfiles:
- Tomcat 8.x with Java and Maven installed as one container
- MySQL as another container