Posts related to tag: maven


Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException

You might encounter the “Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException” error while upgrading Spring Boot and Swagger […] Continue reading »

How to convert a Spring Boot JAR Application to a WAR

On this page, we will learn how to convert a Spring Boot JAR Application to a WAR. By default Spring […] Continue reading »

How to build executable JAR with Maven in Spring Boot

In this tutorial, we will learn how to build executable JAR with Maven in Spring Boot application. Spring Boot provides […] Continue reading »

Maven- No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?

This guide helps you to resolve “No compiler is provided in this environment. Perhaps you are running on a JRE […] Continue reading »