maven 建立ssh项目

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

 

以上是关于maven 建立ssh项目的主要内容,如果未能解决你的问题,请参考以下文章

手动创建Maven项目并建立两个项目之间的依赖关系

SSH项目开发里用maven的好处

maven eclipse 搭建环境步骤

SSH在线考试系统(maven项目)

maven maven项目构建ssh工程(父工程与子模块的拆分与聚合)

SSH项目总结 Maven构建SSH项目遇到的问题