Skip to content

Instantly share code, notes, and snippets.

@maggandalf
Forked from anonymous/RootContext.java
Created June 20, 2011 09:06
Show Gist options
  • Save maggandalf/1035342 to your computer and use it in GitHub Desktop.
Save maggandalf/1035342 to your computer and use it in GitHub Desktop.
RootContext Java based Spring Configuration
package mytld.mycompany.myapp.config;
import org.springframework.context.annotation.Configuration;
/**
* Root Context: defines shared resources visible to all other web components.
*/
@Configuration
public class RootContextConfig {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment