Hi, We are using Spring data Neo4j with spring boot 2 in our project. We faced issues when we were working with spring transaction management w.r.t Neo4j.
A method was annotated with @Transactional(rollbackFor = Exception.class), method logic involve...