changed package scan
This commit is contained in:
parent
85f4a100db
commit
aa0658c823
@ -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 {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user