package org.baeldung.web; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; @Configuration @ComponentScan({ "org.baeldung.web" }) public class TestConfig { }