Maven

How to fix “Error executing Maven” issue after updating to Java 17

After updating to Java 17 we can encounter difficulties when running the mvn commands. Read this article to learn how…

3 years ago

How to add an Angular module built with Maven to a SonarQube analysis

We can use SonarQube to analyse all or only selected modules from our multi-module application built with Maven. Let's configure…

4 years ago

Debugging the “Fatal error compiling: invalid target release: 11” issue. How to switch your development environment and IntelliJ settings to Java 11

When updating to Java 11 from an older version of the language, make sure that your development environment is up…

6 years ago

Integrate Angular with a Spring Boot project

Developing a multi-module application where the backend runs on Spring Boot and the frontend is powered by Angular is far…

6 years ago