AWS S3, Digital Ocean Spaces CRUD (Download, Upload) With Java Tutorial

Overview This post provides you code snippets so you can start working with AWS S3/Digital Ocean Spaces via java SDK quickly. You can use AWS S3 SDK to access DigitalOcean Spaces. Create key pair to feed to the client Before working on the code, you need to create a key pair so you can access … 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