Maven报错解决:无法访问org.springframework.boot.SpringApplication
项目中先出现了无法访问org.springframework.web.bind.annotation.RequestMapping的报错,在修复了这个bug之后,又出现了无法访问org.springframework.boot.SpringApplication的报错。@RequestMapping和@SpringBootApplication都是SpringBoot项目所带的注解,当一个无法识别