old mode 100644
new mode 100755
| | |
| | | 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; |
| | | |
| | |
| | | spec.setDataSource(dataSource); |
| | | spec.setTransactionManager(platformTransactionManager); |
| | | spec.setDatabaseSchemaUpdate("true"); |
| | | spec.setActivityFontName("宋体"); |
| | | spec.setAnnotationFontName("宋体"); |
| | | spec.setLabelFontName("宋体"); |
| | | Resource[] resources = null; |
| | | // 启动自动部署流程 |
| | | try { |