@Transaction how to get updated via multiple threads

后端 未结 0 1043
终归单人心
终归单人心 2021-01-28 06:59

I have been facing this issue for a while.

@Service
public class SomeService{

   @Autowired
   private Repo repo;

   @Transactional
   public void update(int id         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题