maven 建立ssh项目

一、新建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

原文地址:https://www.cnblogs.com/youxin/p/5175553.html