All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.neo4j.deployment.neo4j_dev_services_ext.sh Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
#!/bin/bash
while [ ! -f /testcontainers_env ]; do sleep 0.1; done;
source /testcontainers_env
add_env_setting_to_conf "dbms.connector.bolt.advertised_address" "${NEO4J_dbms_connector_bolt_advertised__address}" "${NEO4J_HOME}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy