security work

This commit is contained in:
Eugen 2013-05-27 18:49:58 +03:00
parent b0692e8ef3
commit 2a64bb227a
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
@Configuration
@ComponentScan("org.baeldung.spring.web.controller")
@ComponentScan("org.baeldung.web")
public class WebConfig extends WebMvcConfigurerAdapter {
public WebConfig() {

View File

@ -17,7 +17,7 @@
</context-param>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>org.baeldung.spring.web.config</param-value>
<param-value>org.baeldung.spring.config</param-value>
</context-param>
<listener>