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

io.quarkus.neo4j.deployment.DevServicesBuildTimeConfig.jdp Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
io.quarkus.neo4j.deployment.DevServicesBuildTimeConfig.additionalEnv=Additional environment entries that can be added to the container before its start.
io.quarkus.neo4j.deployment.DevServicesBuildTimeConfig.boltPort=This value can be used to specify the port to which the bolt-port of the container is exposed. It must be a free\nport, otherwise startup will fail. A random, free port will be used by default. Either way, a messsage will be\nlogged on which port the Neo4j container is reachable over bolt.
io.quarkus.neo4j.deployment.DevServicesBuildTimeConfig.enabled=If DevServices has been explicitly enabled or disabled. DevServices is generally enabled\nby default, unless there is an existing configuration present.\nWhen DevServices is enabled Quarkus will attempt to automatically configure and start\na database when running in Dev or Test mode.
io.quarkus.neo4j.deployment.DevServicesBuildTimeConfig.httpPort=This value can be used to specify the port to which the http-port of the container is exposed. It must be a free\nport, otherwise startup will fail. A random, free port will be used by default. Either way, a messsage will be\nlogged on which port the Neo4j Browser is available.
io.quarkus.neo4j.deployment.DevServicesBuildTimeConfig.imageName=The container image name to use, for container based DevServices providers.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy