springboot doesn't seem to be compilable
patflynn opened this issue · 0 comments
patflynn commented
import statement in ServletInitializer seems to be wrong:
import org.springframework.boot.web.support.SpringBootServletInitializer;
should be:
import org.springframework.boot.web.**servlet**.support.SpringBootServletInitializer;