GoogleCloudPlatform/getting-started-java

springboot doesn't seem to be compilable

patflynn opened this issue · 0 comments

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;