security and rest work

This commit is contained in:
eparaschiv
2013-06-02 20:45:26 +03:00
parent 0eea508ede
commit 79269f8a43
6 changed files with 260 additions and 226 deletions
@@ -9,11 +9,11 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
import org.springframework.web.servlet.view.InternalResourceViewResolver;
import org.springframework.web.servlet.view.JstlView;
@EnableWebMvc
@Configuration
public class FrontendConfig extends WebMvcConfigurerAdapter {
@EnableWebMvc
public class MvcConfig extends WebMvcConfigurerAdapter {
public FrontendConfig() {
public MvcConfig() {
super();
}