# spring-context-support
**Repository Path**: mirrors_alibaba/spring-context-support
## Basic Information
- **Project Name**: spring-context-support
- **Description**: An internal support project for spring-context in Alibaba
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-03-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# A support module of spring-context
=====================
Current project that extends `spring-context` is based on Spring Framework 3.2.x +
## Release version
````xml
......
org.springframework
spring-context
${spring.framework.version}
com.alibaba.spring
spring-context-support
1.0.11
......
````
If your project failed to resolve the dependency, try to add the following repository:
```xml
sonatype-nexus
https://oss.sonatype.org/content/repositories/releases
true
```
## Document
TODO: Working in Process