笔记本接笔记本有外置显卡吗需要什么条件,是不是需要自带那个什么接口的笔记本才可以啊?

17:49 提问
在把spring spring-webmvc和 spring-web 作为源码引入的问题
之前一直都用的jar包,今天想debug里面的代码,所有想把spring两个需要研究代码的jar包作为源码引入,在spring下载源码解压,引入项目工程如图:
然后观察,里面的一下代码也在报错,貌似引用了一些其他的jar包,暂时没管它如图:
然后启动项目,控制台保存如下:
debug报错代码发现在 RequestMappingHandlerAdapter类执行代码resolvers.add(new ServletRequestMethodArgumentResolver()); 报错
然后进入看此类发现它居然import了这个东西:
百度一下发现java.time.ZoneId不是Java8的东西吗?
我现在就想问,为啥之前用jar包的时候也没报错啊?
jar包的版本和source的版本都是4.0.5,我把jar包反编译了,class类里面也在引用import java.time.ZoneId; 这个东西。
Java环境也同样是在7上。
按赞数排序
其实人家发布4.0的时候已经支持Java8特性了,你可以选择在编译的时候支持这些特性。
不过Spring Frame在打包的时候已经能够做到自动感知你的环境决定版本了。
也就是lib包会根据你的环境加载类,
但是代码就做不到了,你可以选择eclipse 为Jdk8 版本,complie 选项run config选项里面制定你的运行环境
参考链接:
觉得说得对,就打赏吧,不对就来交流一下你的想法。
那可能作为工程和作为jar包是不一样的,你找个8的环境试试看
你应该下载spring源码,然后再引入工程
下载源码说明请看我的博客:
其他相似问题一. 准备工作
1.下载安装sts(springsource推荐使用), 毕竟人家的框架用他自家的ide是最好的,当然sts也是基本eclipse的, 下载地址:&
2.下载安装gradle, spring 源码构建加入了gradle支持. gradle下载:&&,下载后设置环境变量: GRADLE_HOME = gradle主目录 , 并在path中加入;%GRADLE_HOME%\
3.下载安装github, spring源码托管到了github :&&(windows) ,当然您压需要注册github账号 , spring github托管地址:&
二.将springframework导入eclipse(sts)
&1.生成eclipse配置 .
进入spring源码目录: 结构如下:
可以看到spring为我们提供了导入eclipse的脚本,执行脚本即可.
不过经过我的实验spring提供的脚本执行到一半就出问题了不知道是什么原因. 我们自己用gradle命令来替代它提供给我们的脚本:
进入spring目录, 执行命令: gradle eclipse -x :eclipse
第一次执行会花比较长的时间,gradle会去下载许多依赖库, 执行报的结果如下 , 因为我之前已经执行过了花的时间不多
F:\GitHub\spring-framework&gradle eclipse -x :eclipse :buildSrc:clean :buildSrc:compileJava UP-TO-DATE :buildSrc:compileGroovy :buildSrc:processResources :buildSrc:classes :buildSrc:jar :buildSrc:assemble :buildSrc:compileTestJava UP-TO-DATE :buildSrc:compileTestGroovy UP-TO-DATE :buildSrc:processTestResources UP-TO-DATE :buildSrc:testClasses UP-TO-DATE :buildSrc:test :buildSrc:check :buildSrc:build The ConfigurationContainer.add() method has been deprecated and is scheduled to be removed &in Gradle 2.0. Please use the create() method instead. The groovy configuration has been deprecated and is scheduled to be removed in Gradle 2.0. &Typically, usages of 'groovy' can simply be replaced with 'compile'. In some cases, it ma y be necessary to additionally configure the 'groovyClasspath' property of GroovyCompile a nd Groovydoc tasks. The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradl e 2.0. Please use the create() method instead. :spring-aop:eclipseClasspath :spring-aop:eclipseJdtPrepare :spring-aop:eclipseJdt :spring-aop:eclipseProject :spring-aop:eclipseSettings :spring-aop:eclipseWstComponent :spring-aop:eclipse :spring-aspects:eclipseClasspath :spring-aspects:eclipseJdtPrepare :spring-aspects:eclipseJdt :spring-aspects:eclipseProject :spring-aspects:eclipseSettings :spring-aspects:eclipseWstComponent :spring-aspects:eclipse :spring-beans:eclipseClasspath :spring-beans:eclipseJdtPrepare :spring-beans:eclipseJdt :spring-beans:eclipseProject :spring-beans:eclipseSettings :spring-beans:eclipseWstComponent :spring-beans:eclipse :spring-build-src:eclipseClasspath :spring-build-src:eclipseJdtPrepare :spring-build-src:eclipseJdt :spring-build-src:eclipseProject :spring-build-src:eclipseSettings :spring-build-src:eclipseWstComponent :spring-build-src:eclipse :spring-context:eclipseClasspath :spring-context:eclipseJdtPrepare :spring-context:eclipseJdt :spring-context:eclipseProject :spring-context:eclipseSettings :spring-context:eclipseWstComponent :spring-context:eclipse :spring-context-support:eclipseClasspath Download
ommons-logging-1.1.3.pom Download
ommons-logging-1.1.3.jar :spring-context-support:eclipseJdtPrepare :spring-context-support:eclipseJdt :spring-context-support:eclipseProject :spring-context-support:eclipseSettings :spring-context-support:eclipseWstComponent :spring-context-support:eclipse :spring-core:eclipseClasspath :spring-core:eclipseJdtPrepare :spring-core:eclipseJdt :spring-core:eclipseProject :spring-core:eclipseSettings :spring-core:eclipseWstComponent :spring-core:eclipse :spring-expression:eclipseClasspath :spring-expression:eclipseJdtPrepare :spring-expression:eclipseJdt :spring-expression:eclipseProject :spring-expression:eclipseSettings :spring-expression:eclipseWstComponent :spring-expression:eclipse :spring-instrument:eclipseClasspath :spring-instrument:eclipseJdtPrepare :spring-instrument:eclipseJdt :spring-instrument:eclipseProject :spring-instrument:eclipseSettings :spring-instrument:eclipseWstComponent :spring-instrument:eclipse :spring-instrument-tomcat:eclipseClasspath :spring-instrument-tomcat:eclipseJdtPrepare :spring-instrument-tomcat:eclipseJdt :spring-instrument-tomcat:eclipseProject :spring-instrument-tomcat:eclipseSettings :spring-instrument-tomcat:eclipseWstComponent :spring-instrument-tomcat:eclipse :spring-jdbc:eclipseClasspath :spring-jdbc:eclipseJdtPrepare :spring-jdbc:eclipseJdt :spring-jdbc:eclipseProject :spring-jdbc:eclipseSettings :spring-jdbc:eclipseWstComponent :spring-jdbc:eclipse :spring-jms:eclipseClasspath :spring-jms:eclipseJdtPrepare :spring-jms:eclipseJdt :spring-jms:eclipseProject :spring-jms:eclipseSettings :spring-jms:eclipseWstComponent :spring-jms:eclipse :spring-orm:eclipseClasspath :spring-orm:eclipseJdtPrepare :spring-orm:eclipseJdt :spring-orm:eclipseProject :spring-orm:eclipseSettings :spring-orm:eclipseWstComponent :spring-orm:eclipse :spring-orm-hibernate4:eclipseClasspath :spring-orm-hibernate4:eclipseJdtPrepare :spring-orm-hibernate4:eclipseJdt :spring-orm-hibernate4:eclipseProject :spring-orm-hibernate4:eclipseSettings :spring-orm-hibernate4:eclipseWstComponent :spring-orm-hibernate4:eclipse :spring-oxm:eclipseClasspath :spring-oxm:eclipseJdtPrepare :spring-oxm:eclipseJdt :spring-oxm:eclipseProject :spring-oxm:eclipseSettings :spring-oxm:eclipseWstComponent :spring-oxm:eclipse :spring-struts:eclipseClasspath :spring-struts:eclipseJdtPrepare :spring-struts:eclipseJdt :spring-struts:eclipseProject :spring-struts:eclipseSettings :spring-struts:eclipseWstComponent :spring-struts:eclipse :spring-test:eclipseClasspath :spring-test:eclipseJdtPrepare :spring-test:eclipseJdt :spring-test:eclipseProject :spring-test:eclipseSettings :spring-test:eclipseWstComponent :spring-test:eclipse :spring-test-mvc:eclipseClasspath :spring-test-mvc:eclipseJdtPrepare :spring-test-mvc:eclipseJdt :spring-test-mvc:eclipseProject :spring-test-mvc:eclipseSettings :spring-test-mvc:eclipseWstComponent :spring-test-mvc:eclipse :spring-tx:eclipseClasspath :spring-tx:eclipseJdtPrepare :spring-tx:eclipseJdt :spring-tx:eclipseProject :spring-tx:eclipseSettings :spring-tx:eclipseWstComponent :spring-tx:eclipse :spring-web:eclipseClasspath :spring-web:eclipseJdtPrepare :spring-web:eclipseJdt :spring-web:eclipseProject :spring-web:eclipseSettings :spring-web:eclipseWstComponent :spring-web:eclipse :spring-webmvc:eclipseClasspath :spring-webmvc:eclipseJdtPrepare :spring-webmvc:eclipseJdt :spring-webmvc:eclipseProject :spring-webmvc:eclipseSettings :spring-webmvc:eclipseWstComponent :spring-webmvc:eclipse :spring-webmvc-portlet:eclipseClasspath :spring-webmvc-portlet:eclipseJdtPrepare :spring-webmvc-portlet:eclipseJdt :spring-webmvc-portlet:eclipseProject :spring-webmvc-portlet:eclipseSettings :spring-webmvc-portlet:eclipseWstComponent :spring-webmvc-portlet:eclipse :spring-webmvc-tiles3:eclipseClasspath :spring-webmvc-tiles3:eclipseJdtPrepare :spring-webmvc-tiles3:eclipseJdt :spring-webmvc-tiles3:eclipseProject :spring-webmvc-tiles3:eclipseSettings :spring-webmvc-tiles3:eclipseWstComponent :spring-webmvc-tiles3:eclipse
BUILD SUCCESSFUL
Total time: 1 mins 57.462 secs
执行完毕的进入到每个子目录下可以看到多了几个文件或目录, 就是设置eclipse项目及classpath的一配置如下:
.settingsh文件夹及.classpath和.project就是刚才生成的配置
2.导入eclipse
eclipse : import - &
Views(...) Comments()24115人阅读
工作后开始学习Java,好多地方都不明白,工厂模式来管理bean,他是怎么管理的呢,于是想到了看源码,但是源码好难搞,下载下来了,不知从哪下手,花了很多时间,都没弄好,偶然在网上看到篇文章,这才搞定,拿出来分享。原文地址:
一. 准备工作
1.下载安装sts(springsource推荐使用), 毕竟人家的框架用他自家的ide是最好的,当然sts也是基本eclipse的, 下载地址:&
2.下载安装gradle, spring 源码构建加入了gradle支持. gradle下载:&&,下载后设置环境变量: GRADLE_HOME = gradle主目录
, 并在path中加入;%GRADLE_HOME%\
3.下载安装github, spring源码托管到了github :&&(windows) ,当然您压需要注册github账号 , spring github托管地址:&
二.将springframework导入eclipse(sts)
  &1.生成eclipse配置 .
进入spring源码目录: 结构如下:
可以看到spring为我们提供了导入eclipse的脚本,执行脚本即可.
不过经过我的实验spring提供的脚本执行到一半就出问题了不知道是什么原因. 我们自己用gradle命令来替代它提供给我们的脚本:
进入spring目录, 执行命令: gradle eclipse -x :eclipse
第一次执行会花比较长的时间,gradle会去下载许多依赖库, 执行报的结果如下 , 因为我之前已经执行过了花的时间不多
F:\GitHub\spring-framework&gradle eclipse -x :eclipse
:buildSrc:clean
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy
:buildSrc:processResources
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test
:buildSrc:check
:buildSrc:build
The ConfigurationContainer.add() method has been deprecated and is scheduled to be removed
&in Gradle 2.0. Please use the create() method instead.
The groovy configuration has been deprecated and is scheduled to be removed in Gradle 2.0.
&Typically, usages of 'groovy' can simply be replaced with 'compile'. In some cases, it ma
y be necessary to additionally configure the 'groovyClasspath' property of GroovyCompile a
nd Groovydoc tasks.
The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradl
e 2.0. Please use the create() method instead.
:spring-aop:eclipseClasspath
:spring-aop:eclipseJdtPrepare
:spring-aop:eclipseJdt
:spring-aop:eclipseProject
:spring-aop:eclipseSettings
:spring-aop:eclipseWstComponent
:spring-aop:eclipse
:spring-aspects:eclipseClasspath
:spring-aspects:eclipseJdtPrepare
:spring-aspects:eclipseJdt
:spring-aspects:eclipseProject
:spring-aspects:eclipseSettings
:spring-aspects:eclipseWstComponent
:spring-aspects:eclipse
:spring-beans:eclipseClasspath
:spring-beans:eclipseJdtPrepare
:spring-beans:eclipseJdt
:spring-beans:eclipseProject
:spring-beans:eclipseSettings
:spring-beans:eclipseWstComponent
:spring-beans:eclipse
:spring-build-src:eclipseClasspath
:spring-build-src:eclipseJdtPrepare
:spring-build-src:eclipseJdt
:spring-build-src:eclipseProject
:spring-build-src:eclipseSettings
:spring-build-src:eclipseWstComponent
:spring-build-src:eclipse
:spring-context:eclipseClasspath
:spring-context:eclipseJdtPrepare
:spring-context:eclipseJdt
:spring-context:eclipseProject
:spring-context:eclipseSettings
:spring-context:eclipseWstComponent
:spring-context:eclipse
:spring-context-support:eclipseClasspath
ommons-logging-1.1.3.pom
ommons-logging-1.1.3.jar
:spring-context-support:eclipseJdtPrepare
:spring-context-support:eclipseJdt
:spring-context-support:eclipseProject
:spring-context-support:eclipseSettings
:spring-context-support:eclipseWstComponent
:spring-context-support:eclipse
:spring-core:eclipseClasspath
:spring-core:eclipseJdtPrepare
:spring-core:eclipseJdt
:spring-core:eclipseProject
:spring-core:eclipseSettings
:spring-core:eclipseWstComponent
:spring-core:eclipse
:spring-expression:eclipseClasspath
:spring-expression:eclipseJdtPrepare
:spring-expression:eclipseJdt
:spring-expression:eclipseProject
:spring-expression:eclipseSettings
:spring-expression:eclipseWstComponent
:spring-expression:eclipse
:spring-instrument:eclipseClasspath
:spring-instrument:eclipseJdtPrepare
:spring-instrument:eclipseJdt
:spring-instrument:eclipseProject
:spring-instrument:eclipseSettings
:spring-instrument:eclipseWstComponent
:spring-instrument:eclipse
:spring-instrument-tomcat:eclipseClasspath
:spring-instrument-tomcat:eclipseJdtPrepare
:spring-instrument-tomcat:eclipseJdt
:spring-instrument-tomcat:eclipseProject
:spring-instrument-tomcat:eclipseSettings
:spring-instrument-tomcat:eclipseWstComponent
:spring-instrument-tomcat:eclipse
:spring-jdbc:eclipseClasspath
:spring-jdbc:eclipseJdtPrepare
:spring-jdbc:eclipseJdt
:spring-jdbc:eclipseProject
:spring-jdbc:eclipseSettings
:spring-jdbc:eclipseWstComponent
:spring-jdbc:eclipse
:spring-jms:eclipseClasspath
:spring-jms:eclipseJdtPrepare
:spring-jms:eclipseJdt
:spring-jms:eclipseProject
:spring-jms:eclipseSettings
:spring-jms:eclipseWstComponent
:spring-jms:eclipse
:spring-orm:eclipseClasspath
:spring-orm:eclipseJdtPrepare
:spring-orm:eclipseJdt
:spring-orm:eclipseProject
:spring-orm:eclipseSettings
:spring-orm:eclipseWstComponent
:spring-orm:eclipse
:spring-orm-hibernate4:eclipseClasspath
:spring-orm-hibernate4:eclipseJdtPrepare
:spring-orm-hibernate4:eclipseJdt
:spring-orm-hibernate4:eclipseProject
:spring-orm-hibernate4:eclipseSettings
:spring-orm-hibernate4:eclipseWstComponent
:spring-orm-hibernate4:eclipse
:spring-oxm:eclipseClasspath
:spring-oxm:eclipseJdtPrepare
:spring-oxm:eclipseJdt
:spring-oxm:eclipseProject
:spring-oxm:eclipseSettings
:spring-oxm:eclipseWstComponent
:spring-oxm:eclipse
:spring-struts:eclipseClasspath
:spring-struts:eclipseJdtPrepare
:spring-struts:eclipseJdt
:spring-struts:eclipseProject
:spring-struts:eclipseSettings
:spring-struts:eclipseWstComponent
:spring-struts:eclipse
:spring-test:eclipseClasspath
:spring-test:eclipseJdtPrepare
:spring-test:eclipseJdt
:spring-test:eclipseProject
:spring-test:eclipseSettings
:spring-test:eclipseWstComponent
:spring-test:eclipse
:spring-test-mvc:eclipseClasspath
:spring-test-mvc:eclipseJdtPrepare
:spring-test-mvc:eclipseJdt
:spring-test-mvc:eclipseProject
:spring-test-mvc:eclipseSettings
:spring-test-mvc:eclipseWstComponent
:spring-test-mvc:eclipse
:spring-tx:eclipseClasspath
:spring-tx:eclipseJdtPrepare
:spring-tx:eclipseJdt
:spring-tx:eclipseProject
:spring-tx:eclipseSettings
:spring-tx:eclipseWstComponent
:spring-tx:eclipse
:spring-web:eclipseClasspath
:spring-web:eclipseJdtPrepare
:spring-web:eclipseJdt
:spring-web:eclipseProject
:spring-web:eclipseSettings
:spring-web:eclipseWstComponent
:spring-web:eclipse
:spring-webmvc:eclipseClasspath
:spring-webmvc:eclipseJdtPrepare
:spring-webmvc:eclipseJdt
:spring-webmvc:eclipseProject
:spring-webmvc:eclipseSettings
:spring-webmvc:eclipseWstComponent
:spring-webmvc:eclipse
:spring-webmvc-portlet:eclipseClasspath
:spring-webmvc-portlet:eclipseJdtPrepare
:spring-webmvc-portlet:eclipseJdt
:spring-webmvc-portlet:eclipseProject
:spring-webmvc-portlet:eclipseSettings
:spring-webmvc-portlet:eclipseWstComponent
:spring-webmvc-portlet:eclipse
:spring-webmvc-tiles3:eclipseClasspath
:spring-webmvc-tiles3:eclipseJdtPrepare
:spring-webmvc-tiles3:eclipseJdt
:spring-webmvc-tiles3:eclipseProject
:spring-webmvc-tiles3:eclipseSettings
:spring-webmvc-tiles3:eclipseWstComponent
:spring-webmvc-tiles3:eclipse
BUILD SUCCESSFUL
Total time: 1 mins 57.462 secs
执行完毕的进入到每个子目录下可以看到多了几个文件或目录, 就是设置eclipse项目及classpath的一配置如下:
 .settingsh文件夹及.classpath和.project就是刚才生成的配置
2.导入eclipse
eclipse : import - &
&&相关文章推荐
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:50368次
排名:千里之外
原创:25篇
转载:10篇
(1)(2)(2)(1)(1)(1)(8)(6)(14)spring framework源码下载并导入eclipse - 简书
spring framework源码下载并导入eclipse
1.下载安装sts(springsource推荐使用), 毕竟人家的框架用他自家的ide是最好的,当然sts也是基本eclipse的, 下载地址:2.下载安装gradle, spring 源码构建加入了gradle支持. gradle下载:,下载后设置环境变量: GRADLE_HOME = gradle主目录 , 并在path中加入;%GRADLE_HOME%\3.spring github托管地址:4.进入spring目录, 执行命令: gradle eclipse -x :eclipse5.导入eclipse
6.导入后会提示spring-cglib-repack-xxx.jar和spring-objenesis-repack-xx.jar没有找到,这时候在项目的路径下执行import-into-eclipse.bat,会自动下载这两个jar包(幸运的话应该直接就跑完事了,但是我这里报错了,如果报错了不用管在执行下gradle eclipse -x :eclipse),然后在eclipse中刷新下项目。参考文章:/javawebsoa/archive//3100501.htmlBuilding&Spring&3(Spring3源码导入Eclipse要点)
注意:本文出自“阿飞”的博客
,如果要转载本文章,请与作者联系!
并注明来源:&
今天尝试着把从spring
svn下载下来的源码导入到eclipse并进行编译(之前是直接从spring下的zip包,导入到工程,编译不通过)。
今天Google了一下,发现还是有前辈已经做过类似的事情了,在这里也记录如下,本文主要参考一下博文:
官方Spring Team:
iteye上的Blog:
步骤类似:
一、前提工作(引自iteye作者的博文)
& ● JDK&
& 使用 Spring 3,至少需要 Java 5;编译 Spring 3,至少需要 Java
6。如果你的机器上装了 N 多个版本的 JDK,请确保环境变量中的那个 JDK 的版本不低于
& ● Ant&
& Ant 1.7 or later。&
& ● 设置 JAVA_OPTS 和
& 设置环境变量,这依赖于你的机器的配置。要提供 JVM
足够大的内存,否则编译过程中会出现内存溢出。参考设置如下:&
Config代码 &
JAVA_OPTS=-Xms512m -Xmx1024m -XX:MaxNewSize=512m
-XX:MaxPermSize=1024m &
ANT_OPTS=-Xms256m -Xmx768m -XX:MaxNewSize=256m
-XX:MaxPermSize=512m &
在以上三点确保的情况下,可以继续下面的操作了,基本上编译不会出现什么问题了。&
二、下载Spring3源代码
SVN地址:&
三、用ANT编译Spring
使用 ant 来
build,它会通过 ivy 来下载 Spring 3 所依赖的第三方 jar
包。这段时间会持续很久,你可以出去玩一会儿游戏或者睡一会儿,我用的是艾普宽带,尽管是2M,但是进行了无数次之后终于基本(为什么说基本,后面会提到)下载下来了。
这个过程中我出错了好多次,每次都重新编译过。万恶的是有好多jar没有下载下来。。。
我们期待的结果应该是这样的,按照SpringTeam博文中提到的也是如此的:
Command代码
---& cd ${SRC_HOME}/build-spring-framework
---& ant &
Hava a rest...... &
[......] &
BUILD SUCCESSFUL&
但是我的每次都是BUILD FAILED...
于是乎重新试了N多次,最后终于到了junit test的时候有一项failed了,如下:
[junit] Testcase:
getSystemEnvironment_withAndWithoutSecurityManager(org.spr
ingframework.core.env.EnvironmentTests): FAILED
按照Spring Team博客作者对@reddog的回复,我尝试了一下,结果SUCCESS!
@reddog: if you wish to run all the tests, but simply ignore this
one, add JUnit's @Ignore annotation to the test method that's
failing. If you simply wish to build the Spring JARs locally and
skip running all tests, simply run `ant jar`. It will compile and
package the jars, but will not run any tests. Keep in mind that if
you're trying to populate a local Maven repository, you can run
`ant install-maven`. This will compile the code, package the JARs
and copy them into the correct locations within your local
~/.m2/repository cache.
我到这步编译完后不进行junit
test,执行ant jar,结果成功!呵呵呵
接下来要做的事情就是如何将编译好的Spring 源码导入到Eclipse中:
创建IVY_CACHE环境变量(之前不知道这个变量是在哪里设置的,以为会默认,因此工程中出现了无数红xx)
&Spring 3 的整个工程依赖于 IVY_CACHE 这个环境变量,它其实就是 ant
build 时创建的 ivy-cache 目录,这里面都是 Spring 3 所依赖的第三方 jar
& & &在eclipse中
Window -& Preferences -& Java
-& Build Path -& Classpath Variables
Name=IVY_CACHE
Path=${SRC_HOME}/ivy-cache/repository
确保eclipse中installed jre是6.0+:
-& Preferences -& Java
-& Installed JREs,确保选中的是 Java 6。
3. 将Spring
所有工程导入到Eclipse:
-& Import -& Existing Projects into
workspace,root directory 选择
${Spring_SRC_HOME}。&
到这里,你基本上能看到spring的所有工程到导入到了eclipse中,但是有可能仍然会有!号的错误信息,这个有可能ivy中部分包没下载到,我的情况也是如此的,最后我是手动将所有缺失的jar一个个下载拷贝到另ivy中。
缺失的jar包可以到spring直接查找并下载:
如果有研究spring源代码在这个过程中遇到问题的可以留言我们一起讨论、学习:)
已投稿到:
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。

我要回帖

更多关于 笔记本接外置显卡 的文章

 

随机推荐