Skip to content

Tag: maven

use wsdl file from another maven submodule to generate java files

I am working on a project with separate sub modules for backend and frontend and some other sub modules too. Currently, both these modules have their own copies of wsdl files and generate java files using maven plugin. I want a single copy of the wsdl files so want to create a maven submodule with these wsdl …

Spring Boot: Cannot load configuration class

I am currently creating my first Spring Boot application. Unfortunately, I get an error right at the beginning that I can’t understand. POM Only some rudimentary dependencies are defined here. Java 8 and Spring Boot 2.0.1 are to be used. App Here the application is defined as a SpringBoot application. T…