Loading...
在使用SpringBoot框架进行开发时在启动类上必须标注的就是@SpringBootApplication接口,运行启动类即可启动一个SpringBoot应用。 如果不标注此接口则会报如下异常:org.springframework.context....