feat(REQ-3004) - 测试表单引擎

This commit is contained in:
wangli 2024-11-07 17:42:39 +08:00
parent af5a881915
commit bbe812d0bd

View File

@ -8,7 +8,6 @@ import org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.scheduling.annotation.EnableAsync;
import org.springframework.transaction.annotation.EnableTransactionManagement;
@ -18,7 +17,6 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
@SpringBootApplication(exclude = RabbitAutoConfiguration.class)
@EnableTransactionManagement
@EnableCaching
@EnableAsync
@EsMapperScan("cn.axzo.workflow.es.**.mapper")
public class WorkflowEngineApplication {