Spring boot hibernate no transaction is in progress

后端 未结 2 1450
暖寄归人
暖寄归人 2021-01-13 01:07

I\'m using spring boot and it perfectly makes me entity manager. And I decided to test getting session factory from the entity manager and to use it for an example. But I ge

2条回答
  •  再見小時候
    2021-01-13 01:54

    I have same your error, when I deploy my spring boot app to WebLogic Server. (Even It works fine if I run it directly via Eclipse (Or deploy to Tomcat) ).

    I solved the problem by adding @EnableTransactionManagement to UserService.

提交回复
热议问题