08 2021 档案

摘要:关键代码: yml: datasource: driver-class-name: org.gjt.mm.mysql.Driver url: jdbc:mysql://localhost:3306/shishi?useUnicode=true&characterEncoding=utf-8&useS 阅读全文
posted @ 2021-08-13 00:06 圣金巫灵 阅读(92) 评论(0) 推荐(0)
摘要:超级详细,完全按照操作就行了,代码同步放到github上 mybatis-demo项目里了。 一.步骤: 1. 画bpmn图(看上上一篇官方文档入门版本就知道详细怎么画) 在空白位置点击,就可以给它取名,我取名fang,选择executable 三个流程: 编辑好后,保存,放到resources下: 阅读全文
posted @ 2021-08-11 23:52 圣金巫灵 阅读(4287) 评论(0) 推荐(0)
摘要:在自己工程的.idea的workspace.xml里,加上 <option name="configurationTypes"> <set> <option value="SpringBootApplicationConfigurationType" /> </set> </option> 只后,v 阅读全文
posted @ 2021-08-10 23:38 圣金巫灵 阅读(111) 评论(0) 推荐(0)
摘要:这个是别人翻译的官方文档: https://blog.csdn.net/zoollcar/article/details/117351192 这个是官方文档: Get started with Camunda | docs.camunda.org 任务列表:http://localhost:8080 阅读全文
posted @ 2021-08-10 23:25 圣金巫灵 阅读(1333) 评论(0) 推荐(0)
摘要:Driect模式: https://github.com/lulu4pix/mybatis-demo/commit/ee780a778225020f8848c6decfce123304c36799 Topic模式: https://github.com/lulu4pix/mybatis-demo/c 阅读全文
posted @ 2021-08-09 22:44 圣金巫灵 阅读(56) 评论(0) 推荐(0)
摘要:代码见github: https://github.com/lulu4pix/mybatis-demo/commit/ca31d8ff5bf3424e3ab6f37f5a4bea7c0d074872 阅读全文
posted @ 2021-08-09 21:42 圣金巫灵 阅读(71) 评论(0) 推荐(0)
摘要:代码见: https://github.com/lulu4pix/mybatis-demo 这是数据库名: 表结构只有两列varchar name和int cid 阅读全文
posted @ 2021-08-06 13:37 圣金巫灵 阅读(63) 评论(0) 推荐(0)
摘要:每次网上找的都不对。 1.下载 我的网盘里有一个, 先下载下来 https://pan.baidu.com/s/1G6-RRCMgb_ZDW-WL9E58ug 提取码: bqfe 2. 破解 把这个放到你要放的目录(下载包里有): 注意这里一定不要去intellij里修改,会出问题。 直接去文件修改 阅读全文
posted @ 2021-08-06 12:09 圣金巫灵 阅读(294) 评论(0) 推荐(0)
摘要:电脑挂了,重装好多软件 mysql这篇写的尤为好 https://www.cnblogs.com/winton-nfs/p/11524007.html 阅读全文
posted @ 2021-08-06 11:13 圣金巫灵 阅读(22) 评论(0) 推荐(0)