Eclipse Error: web.xml is missing and failOnMissingWebXml is set to true Java EE Eclipse 1. Introduction In this tutorial, we’ll discuss the common Eclipse error, “web.xml is missing and <failOnMissingWebXml> is set to true“, that we get while creating a web application. 2. Eclipse Error In Java web applications, web.xml… Continue Reading eclipse-error-web-xml-missing

Spring Boot Dependency Management with a Custom Parent 1. Overview Spring Boot provides the parent POM for an easier creation of Spring Boot applications. However, using the parent POM may not always be desirable, if we already have a parent to inherit from. In this quick tutorial, we’re going to… Continue Reading spring-boot-dependency-management-custom-parent