im using neo4j v 4.0 for project with spring boot , when i test API with postman it shows me this error :
Connection to the database terminated. Please ensure that your database is listening on the correct host and port and that you have compatible encryption settings both on Neo4j server and driver. Note that the default encryption setting has changed in Neo4j 4.0.
properties.application:
spring.data.neo4j.uri=bolt://localhost:7687
spring.data.neo4j.username=Graph
spring.data.neo4j.password=**secret**
spring.data.neo4j.database =stud
org.neo4j.driver.config.encrypted=true