首页 > 其他 > 详细

maven 建立ssh项目

时间:2016-02-01 18:34:23      阅读:129      评论:0      收藏:0      [点我收藏+]

一、新建maven项目,配置ssh框架pom的最低支持

1、新建一个maven项目 

 

依赖于org.springframework/spring-beans/4.1.5.RELEASE 的jar包

GroupIdArtifactIdVersionScope描述
org.springframework spring-context 4.1.5.RELEASE compile Spring Context
org.springframework spring-test 4.1.5.RELEASE compile Spring TestContext Framework
org.springframework spring-web 4.1.5.RELEASE compile Spring Web
org.springframework spring-webmvc 4.1.5.RELEASE compile Spring Web MVC
org.springframework spring-aop 4.1.5.RELEASE compile Spring AOP
org.springframework spring-jdbc 4.1.5.RELEASE compile Spring JDBC
org.springframework spring-tx 4.1.5.RELEASE compile Spring Transaction
org.springframework spring-orm 4.1.5.RELEASE compile Spring Object/Relational Mapping
org.springframework spring-context-support 4.1.5.RELEASE compile Spring Context Support
org.springframework spring-aspects 4.1.5.RELEASE compile Spring Aspects
org.springframework spring-jms 4.1.5.RELEASE compile Spring JMS
org.springframework spring-oxm 4.1.5.RELEASE compile Spring Object/XML Marshalling
org.springframework spring-webmvc-portlet 4.1.5.RELEASE compile Spring Web Portlet
org.grails grails-core 3.0.0.M2 runtime Grails Web Application Framework
org.grails grails-datastore-core 4.0.0.M3 compile GORM - Grails Data Access Framework
org.grails grails-datastore-core 4.0.0.M4 compile GORM - Grails Data Access Framework
org.grails grails-core 3.0.0.RC2 compile Grails Web Application Framework
org.grails grails-core 2.5.0 compile Grails Web Application Framework

 

http://mvnrepository.com/tags/spring

 

maven 建立ssh项目

原文:http://www.cnblogs.com/youxin/p/5175553.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!