fix package name, start class

This commit is contained in:
Loredana
2018-12-08 22:16:52 +02:00
parent 18f26db503
commit b51ae5b065
4 changed files with 4 additions and 6 deletions
@@ -5,7 +5,7 @@ import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan({ "org.baeldung.web" })
@ComponentScan({ "com.baeldung.web" })
public class TestConfig {
}