How do I set up hot reload for a dockerized Spring Boot application?
I'm working on setting up an application with a React front-end and a Spring Boot back-end, alongside PgAdmin and PostgreSQL. I've successfully set up everything in Docker containers, including hot-reload for the front-end. However, setting up hot reload for the…