This repository is used to record my commonly used utility classes. Currently, it only contains the Excel import and export tool classes, as well as custom annotations for synchronizing relational databases to Neo4j.
A Spring Boot Starter that provides AOP-based Neo4j synchronization using annotations and the strategy pattern. Annotate your service methods with `@SyncNeo4j` to automatically sync your relational database operations to a Neo4j graph database.