Spring Initializr adds the @SpringBootApplication annotation to our main class. @SpringBootApplication is a convenience annotation that adds all of the following: @Configuration: Tags the class as a ...
I am currently trying to load an additional web application during the startup of a standalone @SpringBootApplication. I'm running into several problems but one of them is as I run the Java ...