Spring data and mongodb - simple roll back with spring within @Transactional

前端 未结 5 2112
自闭症患者
自闭症患者 2020-12-14 10:43

I have 2 repositories, one for mongodb (DocumentRepository) and the other for hibernate entity (EntityRepository)

I have a simple service:

 @Transact         


        
5条回答
  •  庸人自扰
    2020-12-14 11:12

    If anyone is in need of transactional support for reactive style spring boot and MongoDb integration then please go through the answer here

提交回复
热议问题