All Projects → wanwanpp → Spring Framework 4.2.0

wanwanpp / Spring Framework 4.2.0

spring源码学习附注释(Version 4.2.0),the second debug.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Framework 4.2.0

Spring Security
Spring Security
Stars: ✭ 6,434 (+7295.4%)
Mutual labels:  spring, spring-framework
Ssm
J2EE项目系列(四)–SSM框架构建积分系统和基本商品检索系统(Spring+SpringMVC+MyBatis+Lucene+Redis+MAVEN)
Stars: ✭ 914 (+950.57%)
Mutual labels:  spring, springmvc
Newblog
个人博客,个人网站,blog
Stars: ✭ 763 (+777.01%)
Mutual labels:  spring, springmvc
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+585.06%)
Mutual labels:  spring, springmvc
Student Homework Management System
使用SSM+Shiro开发的学生作业管理系统。支持批量打包下载,QQ登陆等功能 生产版:
Stars: ✭ 79 (-9.2%)
Mutual labels:  spring, springmvc
Perfect Ssm
🍇更完善的Spring+SpringMVC+Mybatis+easyUI后台管理系统(RESTful API+redis)
Stars: ✭ 606 (+596.55%)
Mutual labels:  spring, springmvc
Spring Velocity Support
An support project of legacy velocity based on Spring Framework
Stars: ✭ 22 (-74.71%)
Mutual labels:  spring, spring-framework
Hahu
参照知乎网做的一个简易版问答网站,后台采用Java语言,及Spring,SpringMVC,MyBatis等框架,模版引擎使用FreeMarker。数据库用到MySQL,Redis。
Stars: ✭ 408 (+368.97%)
Mutual labels:  spring, springmvc
Javacore
Java程序员所需要掌握的核心知识: 集合框架&JVM机制&多线程与并发框架&网络协议&Spring&Dubbo&MySQL&微服务等;希望胖友小手一抖,右上角来个 Star,感恩 1024
Stars: ✭ 73 (-16.09%)
Mutual labels:  spring, springmvc
Javaall
这是一个Java开发宝典,所有的Java技术都在这里,用心学习,努力提升!
Stars: ✭ 67 (-22.99%)
Mutual labels:  spring, springmvc
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (+454.02%)
Mutual labels:  spring, spring-framework
Tarena Java Textbooks
达内 Java 全套教材
Stars: ✭ 75 (-13.79%)
Mutual labels:  spring, springmvc
Springmvcdemo
This is a demo of my spring mvc project.
Stars: ✭ 457 (+425.29%)
Mutual labels:  spring, springmvc
Ssm
手把手教你整合最优雅SSM框架:SpringMVC + Spring + MyBatis
Stars: ✭ 5,556 (+6286.21%)
Mutual labels:  spring, springmvc
Forum
一个简单的论坛项目,开发IDE为IntelliJ IDEA,通过Maven构建,后台采用Spring、SpringMVC、MyBatis,数据库采用MySQL、Redis,前台用到jQuery,图片被上传到七牛云。
Stars: ✭ 407 (+367.82%)
Mutual labels:  spring, springmvc
Learning laravel kernel
Laravel核心代码学习
Stars: ✭ 789 (+806.9%)
Mutual labels:  source-code, ioc-container
Restspringmvcdemo
RestSpringMVCDemo项目是一个基于Spring的符合REST风格的项目,具有MVC分层结构并实现前后端分离。该项目体现了一个具有REST风格项目的基本特征,即具有统一响应结构、 前后台数据流转机制(HTTP消息与Java对象的互相转化机制)、统一的异常处理机制、参数验证机制、Cors跨域请求机制以及鉴权机制。
Stars: ✭ 342 (+293.1%)
Mutual labels:  spring, springmvc
Nguseckill
✨ 整合IDEA+Maven+SSM框架的高并发的商品秒杀项目
Stars: ✭ 373 (+328.74%)
Mutual labels:  spring, springmvc
Wish
常用javaweb技术,不定期更新,欢迎讨论。
Stars: ✭ 60 (-31.03%)
Mutual labels:  spring, springmvc
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (-14.94%)
Mutual labels:  spring, spring-framework

Spring Framework

The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications -- on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.

The framework also serves as the foundation for Spring Integration, Spring Batch and the rest of the Spring family of projects. Browse the repositories under the Spring organization on GitHub for a full list.

Downloading Artifacts

See downloading Spring artifacts for Maven repository information. Unable to use Maven or other transitive dependency management tools? See building a distribution with dependencies.

Documentation

See the current Javadoc and reference docs.

Getting Support

Check out the spring tags on Stack Overflow. Commercial support is available too.

Issue Tracking

Report issues via the Spring Framework JIRA. Understand our issue management process by reading about the lifecycle of an issue. Think you've found a bug? Please consider submitting a reproduction project via the spring-framework-issues GitHub repository. The readme there provides simple step-by-step instructions.

Building from Source

The Spring Framework uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Prerequisites

Git and JDK 8 update 20 or later

Be sure that your JAVA_HOME environment variable points to the jdk1.8.0 folder extracted from the JDK download.

Check out sources

git clone [email protected]:spring-projects/spring-framework.git

Import sources into your IDE

Run ./import-into-eclipse.sh or read import-into-idea.md as appropriate.

Note: Per the prerequisites above, ensure that you have JDK 8 configured properly in your IDE.

Install all spring-* jars into your local Maven cache

./gradlew install

Compile and test; build all jars, distribution zips, and docs

./gradlew build

... and discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

Contributing

Pull requests are welcome; see the contributor guidelines for details.

Staying in Touch

Follow @SpringCentral as well as @SpringFramework and its team members on Twitter. In-depth articles can be found at The Spring Blog, and releases are announced via our news feed.

License

The Spring Framework is released under version 2.0 of the Apache License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].