# spring-context-support
**Repository Path**: mirrors_gspandy/spring-context-support
## Basic Information
- **Project Name**: spring-context-support
- **Description**: An internal support project for spring-context in Alibaba
- **Primary Language**: Unknown
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-03-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# An internal support project for spring-context in Alibaba
=====================
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.0.RELEASE
......
````
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