|
@@ -23,11 +23,11 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
|
@EnableTransactionManagement
|
|
|
public class OgmConfigure {
|
|
|
|
|
|
- @Value("${spring.data.neo4j.URI}")
|
|
|
+ @Value("${neo4j.data.URI}")
|
|
|
private String uri;
|
|
|
- @Value("${spring.data.neo4j.username")
|
|
|
+ @Value("${neo4j.data.username")
|
|
|
private String uname;
|
|
|
- @Value("${spring.data.neoj.password")
|
|
|
+ @Value("${neo4j.data.password")
|
|
|
private String passwd;
|
|
|
|
|
|
|