Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbiville/liquibase-neo4j-issue-479
https://github.com/fbiville/liquibase-neo4j-issue-479
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbiville/liquibase-neo4j-issue-479
- Owner: fbiville
- License: apache-2.0
- Created: 2023-10-13T07:44:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T08:54:35.000Z (about 1 year ago)
- Last Synced: 2024-10-15T01:16:07.485Z (about 1 month ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reproducer for https://github.com/liquibase/liquibase-neo4j/issues/479
## Start Neo4j
```shell
docker run --rm \
--env NEO4J_AUTH='neo4j/letmein!' \
--env NEO4J_ACCEPT_LICENSE_AGREEMENT=yes \
--publish=7687:7687 --publish=7474:7474 \
--health-cmd "cypher-shell -u neo4j -p 'letmein!' 'RETURN 1'" \
--health-interval 5s \
--health-timeout 5s \
--health-retries 5 \
neo4j:5-enterprise
```## Run
```shell
mvn spring-boot:run
```