Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba/spring-context-support
An internal support project for spring-context in Alibaba
https://github.com/alibaba/spring-context-support
alibaba java spring spring-context spring-framework
Last synced: 7 days ago
JSON representation
An internal support project for spring-context in Alibaba
- Host: GitHub
- URL: https://github.com/alibaba/spring-context-support
- Owner: alibaba
- License: apache-2.0
- Created: 2018-06-12T07:55:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T21:01:11.000Z (12 months ago)
- Last Synced: 2025-01-08T06:09:00.170Z (14 days ago)
- Topics: alibaba, java, spring, spring-context, spring-framework
- Language: Java
- Homepage:
- Size: 197 KB
- Stars: 153
- Watchers: 17
- Forks: 85
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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