idea actiBPM 插件
安装问题
- 访问 https://plugins.jetbrains.com/,下载 actiBPM.jar
- ctrl+alt+s,选 plugins,选择从硬盘安装
- restart,右键,new bpmnFile.
乱码问题
- Config the startup IDEA options(idea.exe.vmoptions or idea64.exe.vmoptions), add -Dfile.encoding=UTF-8
- After start IDEA, set Settings—>Editor—>File Encodings to UTF-8
如果上述操作引起 idea console 日志中文乱码,可设置服务器启动参数:-Dfile.encoding=UTF-8
不过设置完 tomcat vm 启动参数后,有可能导致 mysql 报空指针异常,额,详情参考 mysql 官网有人提出的一个 NPE bug
地址: https://bugs.mysql.com/bug.php?id=72630
所以还是暂时不用 actiBPM 插件了