zoukankan
html css js c++ java
maven 建立ssh项目
一、新建maven项目,配置ssh框架pom的最低支持
1、新建一个maven项目
依赖于org.springframework/spring-beans/4.1.5.RELEASE 的jar包
GroupId
ArtifactId
Version
Scope
描述
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
查看全文
相关阅读:
javascript 闭包与函数变量作用域
javaScript for循环
node-inspector调试node项目
nodejs async异步常用函数总结
nodejs安装配置新手篇
requirejs笔记
使用nodejs中httpProxy代理时候出现404异常
Bluebird-Collections
Bluebird-Core API (三)
Bluebird-Core API(二)
原文地址:https://www.cnblogs.com/youxin/p/5175553.html
最新文章
python核心编程-第四章-个人笔记
python核心编程-第三章-习题
python核心编程-第三章-个人笔记
python核心编程-习题-第二章
重读LPTHW-Lesson37
重读LPTHW-Lesson25
重读LPTHW-Lesson18-21 函数
HTML5 Canvas 练习及知识点分享之绘制圆及曲线(一)
HTML5 Canvas 练习及知识点分享之基本操作
任务二:零基础HTML及CSS编码(一)
热门文章
任务一:零基础HTML编码
初学HTML
python爬虫之初体验
python 正则表达式基础
第三章 网络编程
javascript跨域访问
nodejs fs模块读取文件
javascript判断数组中元素的重复值个数
javascript函数的声明
javascript函数的调用 常规调用和用new调用
Copyright © 2011-2022 走看看