With recent vulnerabilities like Log4Shell and SpringShell, we're reminded of the importance of updating your dependencies. In this tutorial I'll show you how OWASP and SonarQube can help you with that.
In this tutorial I'll show you how you can bundle your React app together with Spring boot.
The world of DevOps is here. In this tutorial I'll be writing a Spring application and wrap it inside Docker containers.
With Springfox, we can generate documentation for REST APIs written in Spring. In this article, I'll use some Maven plugins to make this offline available.
Object mapping is a common practice in developing apps when you need to get across the different tiers. MapStruct is a framework for mapping objects.
In modern webapps, you will be using more than just Java. You will write JavaScript code too. With Maven + Jasmine you can test your JavaScript code.