The location of the SPI metadata is wrong which prevents correct registration of the ServletContainerInitializer
minherz opened this issue · 0 comments
minherz commented
Current location of the META-INF/services/javax.servlet.ServletContainerInitializer is incorrect. The file should be placed under src/main instead of src/main/java. In its current location it is not recognized by the SPI mechanism and the initializer is not registered.