1. java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
解决:引入commons-logging.jar包
2.java.lang.IllegalStateException: BeanFactory not initialized or already closed - call ‘refresh‘ before accessing beans via the ApplicationContext
解决:
3.eclipse中Spring 不给提示
解决: window – preferences – myeclipse – files and editors – xml – xml catalog
4.在eclipse中无法直接读API
解决:在spring.jar上右键—properties—javadoc Location,然后browse到api文件夹
时间: 2024-10-03 17:31:08