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
查看全文
相关阅读:
原型模式
单例模式-2(注册式单例)
单例模式-1(懒汉式、饿汉式)
PBKDF2加密的实现
vue中获取客户端IP地址
微信公众平台,监听用户输入及事件
详解二叉树的遍历-前中后序遍历/层序遍历-递归/迭代
联想小新pro关机变慢的解决办法
MySQL自学笔记系列
MySQL入门-首先搞清楚【数据类型】
原文地址:https://www.cnblogs.com/youxin/p/5175553.html
最新文章
mysql数据库中数据类型
java中时间和日期的操作
mysql 判断一个表是否存在
fastjson用法(后续补充)
SpringMVC如何获取request的请求参数
Android中textview居中显示
MarkDown
前端文章列表展示
php解析Excel表格并且导入MySQL数据库
新技术理论学习资料链接
热门文章
一个在linxu自动切换ip的脚本
Docker常用命令学习
Ajax学习笔记
win10下安装scala流程及问题
抓取页面内的所有文本内容
appach-maven-3.5.0配置与下载
委派模式
代理模式-3(手写实现JDK动态代理)
代理模式-2(动态代理)
代理模式-1(静态代理)
Copyright © 2011-2022 走看看