neo4j-spring-data-skill
仓库创建 2026年1月20日最近提交 1 天前SkillHot 收录 21 天前
▸ 精选理由
加速 Neo4j Java 应用的建模与持久化,适合后端开发者。
▸ 风险提示
绑定 Java/Spring 生态,需相应运行时与依赖版本兼容。
这个 Skill 做什么
在 Spring Boot 中使用 Spring Data Neo4j 管理实体、关系与仓库接口。
在 Spring Boot 项目中把 Neo4j 作为图数据库接入:做 @Node/@Relationship 映射、@RelationshipProperties、写 Neo4jRepository 或 ReactiveNeo4jRepository、用 @Query 写复杂 Cypher,并配置 application.yml、事务和审计。适合需要把领域模型建成图并实现查询/写入逻辑时使用。特点是贴合 Spring Data Neo4j(SDN 7.x/8.x)约定,既能用 Neo4jClient/Neo4jTemplate,也支持 reactive 流程与向量存储集成。
98
Stars
35
Forks
29
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-spring-data-skill/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-spring-data-skill/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: neo4j-spring-data-skill description: Use when building Spring Boot applications with Neo4j using Spring Data Neo4j (SDN 7.x/8.x): @Node entity mapping, @Relationship, @RelationshipProperties, Neo4jRepository, ReactiveNeo4jRepository, @Query annotations, application.yml configuration, projections, Neo4jClient, Neo4jTemplate, transactions, auditing, or Spring AI Neo4jVectorStore vector search. Does NOT handle raw Java driver code without Spring — use neo4j-driver-java-skill. Does NOT handle Cypher query authoring — use neo4j-cypher-skill. Does NOT handle driver version upgrades — use neo4j-migration-skill. version: 1.0.1 allowed-tools: Bash WebFetch --- # Neo4j Spring Da
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有