Fix integration test (#1607)
* upgrade to spring boot 1.5.2 * add full update to REST API * modify ratings controller * upgrade herold * fix integration test * fix integration test
This commit is contained in:
@@ -4,7 +4,7 @@ import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan("com.baeldung.autowire.sample")
|
||||
@ComponentScan("org.baeldung.sample")
|
||||
public class AppConfig {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user