💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
1、springboot开启事务,启动类里面增加 @EnableTransactionManagement 2、需要事务的方法上加 @Transactional(propagation = Propagation.REQUIRED) 比如在service的实现类当中: ![](https://img.kancloud.cn/a1/2b/a12bba56e6422e773c810894658d3691_810x866.png)