Description
Main entry point for Neo4j support for Helidon.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
authentication-enabled | VALUE | Boolean | true | Enable authentication |
certificate | VALUE | Path | Set certificate path | |
connection-acquisition-timeout | VALUE | Duration | PT1M | Set connection acquisition timeout |
encrypted | VALUE | Boolean | Enable encrypted field | |
hostname-verification-enabled | VALUE | Boolean | Enable hostname verification | |
idle-time-before-connection-test | VALUE | Duration | PT1MS | Set idle time |
log-leaked-sessions | VALUE | Boolean | Enable log leaked sessions | |
max-connection-lifetime | VALUE | Duration | PT5H | Set max life time |
max-connection-pool-size | VALUE | Integer | 100 | Set pool size |
metrics-enabled | VALUE | Boolean | Enable metrics | |
password | VALUE | String | Create password | |
trust-strategy | VALUE | i.h.i.n.N.B.TrustStrategy | Set trust strategy | |
uri | VALUE | String | Create uri | |
username | VALUE | String | Create username |
See the manifest for all available types.