摘要:
package com.huajun.kgbuilder.util; import org.neo4j.ogm.id.IdStrategy; /** * 于吉利 * 2021-08-26 * Neo4j自定义主键策略 */ public class Neo4JCustomIdStrategy imp 阅读全文
posted @ 2021-08-26 09:44
DarJeely
阅读(796)
评论(0)
推荐(0)
摘要:
<?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 阅读全文
posted @ 2021-08-26 09:35
DarJeely
阅读(221)
评论(0)
推荐(0)
摘要:
# 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 阅读全文
posted @ 2021-08-26 09:34
DarJeely
阅读(387)
评论(0)
推荐(0)