摘要: pom.xml依赖: <dependency> <groupId>org.activiti</groupId> <artifactId>activiti-spring-boot-starter-basic</artifactId> <version>6.0.0</version></dependen 阅读全文
posted @ 2019-11-20 15:45 夏风中的Young_Uncle 阅读(822) 评论(0) 推荐(0) 编辑
摘要: 第一步安装插件 File-->Setting-->Plugiins 输入 actibpm 安装即可,然后重启 第二步: 选择流程图文件的存放目录 ,右键,选择 BpmnFile 即可。 备注:如出现中文乱码。在idea安装目录的bin文件夹下,修改: 这2个文件,加上: -Dfile.encodin 阅读全文
posted @ 2019-11-20 15:41 夏风中的Young_Uncle 阅读(613) 评论(0) 推荐(0) 编辑
摘要: //要jar 加群找群主要。 package com.tythin.tyboot.core.util; import com.aspose.pdf.Color; import com.aspose.pdf.Document; import com.aspose.pdf.FontRepository; 阅读全文
posted @ 2019-11-15 11:02 夏风中的Young_Uncle 阅读(4711) 评论(0) 推荐(0) 编辑
摘要: SELECTsum( spendTime ) spendTime,DATE_FORMAT ( create_time, '%Y-%m' ) monthTimeFROM(SELECTa.CODE,a.approve_initiator_time,a.approve_time,round( TIMEST 阅读全文
posted @ 2019-11-07 17:51 夏风中的Young_Uncle 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: SELECTpaymentMoney,total,contractType,concat( round( paymentMoney / total * 100.00, 2 ), '%' ) percentFROM(SELECTsum( amount_money ) paymentMoney,c.co 阅读全文
posted @ 2019-11-07 17:48 夏风中的Young_Uncle 阅读(469) 评论(0) 推荐(0) 编辑
摘要: Sprinboot写法 @RestController@RequestMapping(value = "/users")public class UserController { @GetMapping("/") public List<User> getUserList() { // 处理"/us 阅读全文
posted @ 2019-11-04 17:07 夏风中的Young_Uncle 阅读(329) 评论(0) 推荐(0) 编辑
摘要: create_time 创建时间 CURRENT_TIMESTAMP //mysql 5.6+ 以上版本 update_time 修改时间 ON UPDATE CURRENT_TIMESTAMP create_user 创建人 update_user 修改人 is_delete 删除标识 这几个字段 阅读全文
posted @ 2019-11-04 15:04 夏风中的Young_Uncle 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 业务代码中 ,获取对象 //线程中获取实例 SignService signService = SpringContextUtil.getBean(SignService.class); 阅读全文
posted @ 2019-11-04 11:36 夏风中的Young_Uncle 阅读(1061) 评论(0) 推荐(0) 编辑
摘要: package com.tythin.tyboot.core.util; import com.aspose.words.Document; import com.aspose.words.HeaderFooter; import com.aspose.words.HeaderFooterType; 阅读全文
posted @ 2019-10-21 17:22 夏风中的Young_Uncle 阅读(3325) 评论(2) 推荐(0) 编辑
摘要: jar 包 加QQ 阅读全文
posted @ 2019-10-16 14:59 夏风中的Young_Uncle 阅读(1720) 评论(0) 推荐(0) 编辑