SpringBoot从1.5.1→2.2.4项目加包扫雷一:Error:(8, 44) java: 程序包org.springframework.boot.web.support不存在
更换成新包即可
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
更换成新包即可
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
