Updated component scan path
This commit is contained in:
parent
7c7d91fe7b
commit
d478746229
@ -12,7 +12,7 @@ import com.amazonaws.services.dynamodbv2.AmazonDynamoDB;
|
||||
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan(basePackages = { "com.baeldung.spring.data.es.service" })
|
||||
@ComponentScan(basePackages = { "com.baeldung.spring.data.es" })
|
||||
public class DynamoDBConfig {
|
||||
|
||||
@Value("${amazon.dynamodb.endpoint}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user