spring boot No qualifying bean of type 'org.apache.catalina.core.ApplicationContext' avai


 发现创建的ApplictionContext对象还没有containsBean的方法,

找了很久没搞定,后面发现原来是包导入错了。

应该导入

import org.springframework.context.ApplicationContext;

相关