5011d5519b44001c1703f685f073a26e

来自「尚学堂Java148班的spring的所有源码」· 代码 · 共 23 行

TXT
23
字号
加入spring的依赖库:
   * SPRING_HOME/dist/spring.jar
   * SPRING_HOME/lib/jakarta-commons/commons-logging.jar
   * SPRING_HOME/lib/log4j/log4j-1.2.14.jar
  
   将applicationContext.xml,log4j.properties拷贝到src下,参见samples\jpetstore\war\WEB-INF
   
   
   1、window->preference..->MyEclipse->editors->xml-xml catalog
   
   2、选中 user specified entried
   
   3、选则Add..按钮
   URI:请选择本地文件系统上的SPRING_HOME\dist\resources\spring-beans-2.0.xsd
   key:http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
   
   点击确定
   
   关闭源配置文件,重新打开即可
   
   
   
   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?