MyEclipse中查看struts_spring_hibernate源码

1.spring查看源码

 

      首先下载对应的源码包 如:spring-framework-2.5.6-with-dependencies.zip  

 

打开spring-framework-2.5.6distspring-sources.jar 即为源码包,将其添加到Source attachment中

 

右键点击项目,选择Build Path-->Configure Build Path  点击"Edit"按钮添加该源码包即可

 

 

附下载地址:http://www.springsource.org/download/

 

 

2.struts查看源码

   

      首先下载struts2源码 如:struts-2.3.7-src.zip

 

然后右键点击项目,选择Build Path-->Configure Build Path 点击"Edit"按钮直接选择该zip文件即可。

 

 

附下载地址: http://struts.apache.org/download.cgi

 

 

3. hibernate查看源码

 

       首先下载hibernate源码 如:hibernate-distribution-3.6.10.Final-dist.zip

 

 然后点击上图按钮将zip添加即可

 

 

附下载地址: https://sourceforge.net/projects/hibernate/files/hibernate4

原文地址:https://www.cnblogs.com/wyb628/p/6400939.html