guoshilong
2023-04-24 fc030d197a869d5fecab582d36ff17be7e67cc3f
skjcmanager/skjcmanager-ops/skjcmanager-flow/src/main/java/cn/gistack/flow/FlowApplication.java
@@ -16,9 +16,11 @@
 */
package cn.gistack.flow;
import org.mybatis.spring.annotation.MapperScan;
import org.springblade.core.cloud.client.BladeCloudApplication;
import org.springblade.core.launch.BladeApplication;
import org.springblade.core.launch.constant.AppConstant;
import org.springframework.cloud.openfeign.EnableFeignClients;
/**
 * Flowable启动器
@@ -27,6 +29,8 @@
 */
//@SeataCloudApplication
@BladeCloudApplication
@EnableFeignClients({"cn.gistack"})
@MapperScan({"org.springblade.**.mapper.**","cn.gistack.**.mapper.**"})
public class FlowApplication {
   public static void main(String[] args) {