一、官方架包下载方法
Struts2 : https://struts.apache.org/download 或(作者推荐): https://archive.apache.org/dist/struts/
Hibernate : https://sourceforge.net/projects/hibernate/files/hibernate-orm/
String : https://repo.spring.io/libs-release-local/org/springframework/spring/
单个架包可到Maven资源库中进行搜索下载
在maven资源库中下载前,请注意架包的版本以及资源数量,资源数量越多,下载速度越快。
二、查看架包对应JDK的方法
1、struts2: 答:查看 struts2-core-xxx.jar\META-INF\MANIFEST.MF文件,"Created-By:"之后跟着对应JDK版本号。
2、hibernate: 答:查看 hibernate-xxx.jar\META-INF\MANIFEST.MF文件,"Created-By: 1.8.0_144 (Oracle Corporation)"之后跟着对应JDK版本号。
3、spring: 答:查看 spring-xxx.jar\META-INF\MANIFEST.MF文件,"Created-By: 1.8.0_144 (Oracle Corporation)"之后跟着对应JDK版本号。