HomeTutorialsSpeakingAbout me

Posts tagged with Maven

Featured image for "Dependency vulnerability checks with SonarQube"
Tutorials

Dependency vulnerability checks with SonarQube

April 12th, 2022

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.

Read more
Featured image for "Bundling your React app with Spring boot"
Java

Bundling your React app with Spring boot

September 14th, 2021

In this tutorial I'll show you how you can bundle your React app together with Spring boot.

Read more
Featured image for "Containerizing your Spring boot application with Docker"
Java

Containerizing your Spring boot application with Docker

February 5th, 2019

The world of DevOps is here. In this tutorial I'll be writing a Spring application and wrap it inside Docker containers.

Read more
Featured image for "Generating documentation for your REST API with Spring and Swagger"
Java

Generating documentation for your REST API with Spring and Swagger

September 25th, 2018

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.

Read more
Featured image for "Mapping beans with MapStruct"
Java

Mapping beans with MapStruct

February 23rd, 2016

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.

Read more
Featured image for "Executing Jasmine tests with Maven"
Java

Executing Jasmine tests with Maven

February 7th, 2015

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.

Read more
page 1 of 1
Privacy policyPost an ideaContactRSS

Made with by Dimitri Mestdagh