02 2020 档案

摘要:1、按照上一篇博客,新建好springboot项目后,在项目pom.xml文件中添加activity依赖 <dependency> <groupId>org.activiti</groupId> <artifactId>activiti-spring-boot-starter-basic</arti 阅读全文
posted @ 2020-02-27 17:33 三豪 阅读(5661) 评论(0) 推荐(0)
摘要:使用idea自带的spring Initializr(实际调用的是springboot的官网上的initializr),快速新建springboot项目 1、新建springboot项目 (1)file->new->project (2)点击next(第一个) (3)点击next(第二个) 选择we 阅读全文
posted @ 2020-02-27 13:09 三豪 阅读(499) 评论(1) 推荐(0)
摘要:笔者遇到的问题: 之前新装了Windows10系统,但没注意到的是竟然是deepin和Windows10双系统,一是用不到deepin系统,二是占用C盘空间太多,就重新装回了Windows7系统,但重装后启动页面只有deepin和windows10两个系统的启动选项,并没有windows7的启动选项 阅读全文
posted @ 2020-02-27 10:48 三豪 阅读(654) 评论(0) 推荐(0)
摘要:1、下载actiBPM到本地 从IDEA官网下载actiBPM.jar包 IDEA官网:https://plugins.jetbrains.com/ 官网搜索actiBPM 2、从本地安装actiBPM 阅读全文
posted @ 2020-02-26 12:34 三豪 阅读(3457) 评论(0) 推荐(0)
摘要:Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL 阅读全文
posted @ 2020-02-16 13:36 三豪 阅读(340) 评论(0) 推荐(0)
摘要:报错信息如下: 原因为未启动本地mysql,没设置开机自启动。 阅读全文
posted @ 2020-02-16 13:28 三豪 阅读(148) 评论(0) 推荐(0)