wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
service-common/src/main/java/com/java110/common/activity/ActivitiConfig.java
old mode 100644 new mode 100755
@@ -12,7 +12,7 @@
import org.springframework.core.io.Resource;
import org.springframework.core.io.support.PathMatchingResourcePatternResolver;
import org.springframework.transaction.PlatformTransactionManager;
import org.activiti.spring.boot.ProcessEngineConfigurationConfigurer;
import javax.sql.DataSource;
import java.io.IOException;
@@ -46,6 +46,9 @@
        spec.setDataSource(dataSource);
        spec.setTransactionManager(platformTransactionManager);
        spec.setDatabaseSchemaUpdate("true");
        spec.setActivityFontName("宋体");
        spec.setAnnotationFontName("宋体");
        spec.setLabelFontName("宋体");
        Resource[] resources = null;
        // 启动自动部署流程
        try {