Skip to content

Instantly share code, notes, and snippets.

@eugenp
Created October 22, 2011 21:37
Show Gist options
  • Save eugenp/1306521 to your computer and use it in GitHub Desktop.
Save eugenp/1306521 to your computer and use it in GitHub Desktop.
Bootstraping a web application with Spring 3.1 and Java based Configuration, part 2 - the WebConfig
@Configuration
@EnableWebMvc
public class WebConfig{
//
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment