mongodb
-
Using MongoDB in Docker container with Springboot
I've been working on a project for a little while now using SpringBoot (Java) for the backend REST API and an Angular (12) application on the frontend. Using MongoDB in a Docker container with SpringBoot was working well until a recent upgrade to my libraries, here's how I fixed it.