[BAEL-17697] - Fixed integration tests (#7859)
This commit is contained in:
parent
f822c1032b
commit
2757d0a3ad
|
@ -4,7 +4,7 @@ import org.springframework.context.annotation.ComponentScan;
|
|||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan("org.baeldung.sample")
|
||||
@ComponentScan("com.baeldung.sample")
|
||||
public class AppConfig {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue