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
查看全文
相关阅读:
kafka 的基本概念及使用场景
使用RedisTemplate执行Redis脚本
SpringBoot使用Lua脚本操作Redis
Java不定参数Object… obj 和 Object[] 的区别
IntelliJ IDEA添加快捷键自动输入@author信息
使用Guava RateLimiter限流以及源码解析
go fileserver
记录了prometheus 告警指标
https://mp.weixin.qq.com/s/ZBsZHQtAz_vKS8fwvHKB3g图文分析Kubernetes认证、授权和准入控制
es不停机滚动update
原文地址:https://www.cnblogs.com/youxin/p/5175553.html
最新文章
Create and Render Partial Views
When to encode space to plus (+) or %20?
[转]Prometheus Querying
[转]Prometheus核心概念:一图了解瞬时向量Instant vector和区间向量Range vector的区别
[SAA + SAP] 17. RDS
[SAA + SAP] 16. RDS
[SAA + SAP] 15. ElastiCache
[SAA + SAP] 14. CloudFront & AWS Global Accelerator
103-CH579M学习开发-基本外设-引脚中断
102-CH579M学习开发-基本外设-串口
热门文章
101-CH579M学习开发-基本外设-定时器
100-CH579M学习开发-基本外设-GPIO输入输出
003-CH579M学习开发-新建工程说明
傻傻分不清楚的链接 fs.symlink、 ln、ln -s(详解与应用)
MySQL索引-B+树(看完你就明白了)
MySQL 更新不成功,事务问题搞清楚了吗?
mysql数据库时间类型datetime、bigint、timestamp的查询效率比较
Jenkins安装插件加速以及解决报错
Jenkins安装plugin
kafka Linux环境搭建安装及命令创建队列生产消费消息
Copyright © 2011-2022 走看看