Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 4 hours ago
JSON representation

An internal support project for spring-context in Alibaba

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