update 文档拆分回滚
This commit is contained in:
+2
@@ -30,6 +30,7 @@ import org.apache.commons.io.IOUtils;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.shiro.SecurityUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
import org.springframework.util.CollectionUtils;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
@@ -45,6 +46,7 @@ import java.util.*;
|
||||
* @date 2023-08-02 15:05
|
||||
*/
|
||||
@Slf4j
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
@RestController
|
||||
@Api(tags = "流程控制")
|
||||
@RequestMapping("/modeler")
|
||||
|
||||
Reference in New Issue
Block a user