changed package scan

This commit is contained in:
vatsalgosar 2019-07-26 10:09:08 +05:30
parent 85f4a100db
commit aa0658c823

View File

@ -5,7 +5,7 @@ import org.springframework.boot.SpringBootConfiguration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
@ComponentScan(basePackages = { "com.baeldung.*" })
@ComponentScan(basePackages = {"com.baeldung.springbootconfiguration"})
@SpringBootConfiguration
public class Application {