问题描述
- 在myeclipse怎么添加我在spring官网上下载的spring环境?
-
我自己在spring官网上下载了个spring,怎么把它添加到myeclipse2014中呢?
解决方案
解决方案二:
Struts+Spring+Hibernate之搭建Eclipse + MyEclipse 开发环境
解决方案三:
新建项目,导入需要的spring的jar包即可呀,还是你是说导入spring源码?
解决方案四:
直接使用maven构建项目就好的,配置spring依赖即可。。
UTF-8
4.0.5.RELEASE
<!-- Spring libs -->
org.springframework
spring-webmvc
${springframework.version}
org.springframework
spring-aspects
${springframework.version}
org.springframework
spring-orm
${springframework.version}
org.springframework
spring-core
${springframework.version}
org.springframework
spring-context
${springframework.version}
org.springframework
spring-tx
${springframework.version}
org.springframework
spring-beans
${springframework.version}
org.springframework
spring-context-support
${springframework.version}
org.springframework
spring-test
${springframework.version}
test
解决方案五:
UTF-8
4.0.5.RELEASE
<!-- Spring libs -->
org.springframework
spring-webmvc
${springframework.version}
org.springframework
spring-aspects
${springframework.version}
org.springframework
spring-orm
${springframework.version}
org.springframework
spring-core
${springframework.version}
org.springframework
spring-context
${springframework.version}
org.springframework
spring-tx
${springframework.version}
org.springframework
spring-beans
${springframework.version}
org.springframework
spring-context-support
${springframework.version}
org.springframework
spring-test
${springframework.version}
test
解决方案六:
新建项目,把架包配置好,要关联源码就再把源码路径加进去!
解决方案七:
然后把jar包都添加进去就好了
解决方案八:
Build path
解决方案九:
把jar包拷贝到Web-INF/lib下就引进Spring了