Skip to content

Instantly share code, notes, and snippets.

Created June 18, 2011 12:02
Show Gist options
  • Save anonymous/1033033 to your computer and use it in GitHub Desktop.
Save anonymous/1033033 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 RootContext {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment