摘要:
package com.huajun.kgbuilder.util; import org.neo4j.ogm.id.IdStrategy; /** * 于吉利 * 2021-08-26 * Neo4j自定义主键策略 */ public class Neo4JCustomIdStrategy imp 阅读全文
摘要:
<?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:sc 阅读全文
摘要:
# spring配置 spring: redis: database: 6 host: 192.168.8.248 port: 6379 password: data: neo4j: uri: bolt://192.168.8.202:7687 username: neo4j password: h 阅读全文