All Projects → alibaba → Spring Context Support

alibaba / Spring Context Support

Licence: apache-2.0
An internal support project for spring-context in Alibaba

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Spring Context Support

My Spring Learning
My Spring framework learning
Stars: ✭ 165 (+51.38%)
Mutual labels:  spring, spring-framework
Spring Cloud Alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
Stars: ✭ 20,934 (+19105.5%)
Mutual labels:  alibaba, spring
Awesome Spring
A curated list of awesome books, tutorials, courses, and resources for the Spring framework ecosystem.
Stars: ✭ 186 (+70.64%)
Mutual labels:  spring, spring-framework
Spring Framework
Spring Framework
Stars: ✭ 45,396 (+41547.71%)
Mutual labels:  spring, spring-framework
Spring Velocity Support
An support project of legacy velocity based on Spring Framework
Stars: ✭ 22 (-79.82%)
Mutual labels:  spring, spring-framework
Learning Spring
Spring框架讲解
Stars: ✭ 132 (+21.1%)
Mutual labels:  spring, spring-framework
Org.openwms
Open Warehouse Management System
Stars: ✭ 258 (+136.7%)
Mutual labels:  spring, spring-framework
Spring Mvc Tutorial
Spring MVC 5 Tutorial - Guide to spring mvc framework
Stars: ✭ 121 (+11.01%)
Mutual labels:  spring, spring-framework
Spring Security
Spring Security
Stars: ✭ 6,434 (+5802.75%)
Mutual labels:  spring, spring-framework
Nacos Spring Boot Project
Nacos ECO Project for Spring Boot
Stars: ✭ 508 (+366.06%)
Mutual labels:  alibaba, spring
Compileflow
core business process engine of Alibaba Halo platform. best engine for trade Scenes
Stars: ✭ 179 (+64.22%)
Mutual labels:  alibaba, spring
Rqueue
Rqueue aka Redis Queue [Task Queue, Message Broker] for Spring framework
Stars: ✭ 76 (-30.28%)
Mutual labels:  spring, spring-framework
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (+342.2%)
Mutual labels:  spring, spring-framework
Curso Sistemas Web Com Spring Javascript Bootstrap
Stars: ✭ 74 (-32.11%)
Mutual labels:  spring, spring-framework
Spring Framework 4.2.0
spring源码学习附注释(Version 4.2.0),the second debug.
Stars: ✭ 87 (-20.18%)
Mutual labels:  spring, spring-framework
Rpc Fromscratch
🌈 从零开始设计一个轻量级分布式 RPC 框架,基于 Spring + Netty + Protostuff + Zookeeper
Stars: ✭ 106 (-2.75%)
Mutual labels:  spring
Hsweb Iot Cloud
⚠️ 本项目已停更,欢迎关注新的开源物联网平台 JetLinks
Stars: ✭ 105 (-3.67%)
Mutual labels:  spring
Sonarquest
A playful approach to refactoring code smells
Stars: ✭ 104 (-4.59%)
Mutual labels:  spring
Web3sdk
java sdk for FISCO BCOS
Stars: ✭ 108 (-0.92%)
Mutual labels:  spring
Spring Analysis
Spring源码阅读
Stars: ✭ 11,249 (+10220.18%)
Mutual labels:  spring

A support module of spring-context

=====================

Current project that extends spring-context is based on Spring Framework 3.2.x +

Release version

<dependencies>

    ......

     <!-- Spring Framework -->
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-context</artifactId>
        <version>${spring.framework.version}</version>
    </dependency>

    <!-- Spring Context Extras -->
    <dependency>
        <groupId>com.alibaba.spring</groupId>
        <artifactId>spring-context-support</artifactId>
        <version>1.0.11</version>
    </dependency>

    ......

</dependencies>

If your project failed to resolve the dependency, try to add the following repository:

    <repositories>
        <repository>
            <id>sonatype-nexus</id>
            <url>https://oss.sonatype.org/content/repositories/releases</url>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>
    </repositories>

Document

TODO: Working in Process

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].