解决方法:
1、用错了注解,改用以下注解:
@SpringBootApplication
相当于:@Configuration、@ServletComponentScan、@EnableAutoConfiguration
参考:
http://blog.csdn.net/zhang168/article/details/51423905
http://blog.csdn.net/fhhffchffy/article/details/50377934