io.helidon.integrations.neo4j.Neo4j
Description
Main entry point for Neo4j support for Helidon
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
idle- | Duration | PT1MS | Set idle time |
certificate | Path | Set certificate path | |
max- | Integer | 100 | Set pool size |
hostname- | Boolean | Enable hostname verification | |
metrics- | Boolean | Enable metrics | |
trust- | Trust | Set trust strategy | |
uri | String | Create uri | |
connection- | Duration | PT1M | Set connection acquisition timeout |
authentication- | Boolean | true | Enable authentication |
password | String | Create password | |
encrypted | Boolean | Enable encrypted field | |
log- | Boolean | Enable log leaked sessions | |
max- | Duration | PT5H | Set max life time |
username | String | Create username |
See the manifest for all available types.