|
@@ -16,7 +16,7 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
|
@Configuration
|
|
|
@EnableNeo4jRepositories(basePackages = "com.diagbot.repository")
|
|
|
@EnableTransactionManagement
|
|
|
-public class OgmConfigure {
|
|
|
+public class OgmConfigurer {
|
|
|
|
|
|
@Value("${neo4j.data.URI}")
|
|
|
private String uri;
|