java.lang.ClassNotFoundException:org.springframework.context.ApplicationContextInitializer

springboot版本问题,我之前的2.0.1调成2.0.2
如下

<parent>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.0.2.RELEASE</version>
    <relativePath/>
</parent>

你可能感兴趣的:(problem,spring,boot,maven)