Configure TestContainers to Use Remote Docker hosts

Configure TestContainers to Use Remote Docker hosts

Overview With the recent Docker’s license change, companies no longer can use Docker desktop without a subscription. Since software companies have been using free software for far too long, they cannot get used to this. Damn those greedy Docker desktop makers, how can our company survive!!! CEO of some billion dollars software companies who refused … Read more

Configure Maven to always clean when running package/install

Configure-Maven-to-always-clean-when-running-package-install

Overview When developing Java applications with Maven, you need to package and deploy them many times. Most commonly, every time there is a change in code, you will package and deploy the app to the development environment again. The problem with this approach is for some reason, Maven doesn’t always recompile the code despite code … Read more