old mode 100644
new mode 100755
| | |
| | | * add by wuxw 2019/10/22 |
| | | **/ |
| | | @Configuration |
| | | public class ActivitiConfig implements ProcessEngineConfigurationConfigurer { |
| | | public class ActivitiConfig { |
| | | |
| | | |
| | | @Autowired |
| | |
| | | spec.setDataSource(dataSource); |
| | | spec.setTransactionManager(platformTransactionManager); |
| | | spec.setDatabaseSchemaUpdate("true"); |
| | | spec.setActivityFontName("宋体"); |
| | | spec.setAnnotationFontName("宋体"); |
| | | spec.setLabelFontName("宋体"); |
| | | Resource[] resources = null; |
| | | // 启动自动部署流程 |
| | | try { |
| | |
| | | return processEngine().getObject().getHistoryService(); |
| | | } |
| | | |
| | | @Override |
| | | public void configure(SpringProcessEngineConfiguration springProcessEngineConfiguration) { |
| | | springProcessEngineConfiguration.setActivityFontName("宋体"); |
| | | springProcessEngineConfiguration.setAnnotationFontName("宋体"); |
| | | springProcessEngineConfiguration.setLabelFontName("宋体"); |
| | | } |
| | | } |