隨筆-204  評論-90  文章-8  trackbacks-0
            2021年8月5日
          此問題是由于升級 macos sonoma 14.2.1 引起的
          解決辦法,重新安裝xcode  
          rm -rf /Library/Developer/CommandLineTools
          xcode
          -select --install
          posted @ 2024-02-04 13:57 一凡 閱讀(56) | 評論 (0)編輯 收藏
          # Springboot整合activiti
          源代碼:https://gitee.com/yifan88899/acttest

          ## 版本說明
          - springboot 2.4.2
          - activiti 7.1.0.M6
          - mysql 8.0.28
          ## 插件安裝
          - Activiti BPMN visualizer
          ## Bpmn流程圖位置
          - 流程圖xmlpng需放在resources/processes
          ## Test
          - Test Case 都可執行,包括:
          - 流程查詢
          - 流程部署
          - 流程啟動
          - 流程拾取、完成操作
          ## Mysql
          - 需要啟動Mysql8
          - 數據庫名Activiti7
          - activiti會版建表

          posted @ 2023-11-10 15:56 一凡 閱讀(103) | 評論 (0)編輯 收藏
          1、打開my.cnf 加入 skip-grant-tables
          2、mysql.service stop && mysql.service start
          3、清空root密碼 并 退出
              update mysql.user set authentication_string='' where user='root';  
          4、mysql.service stop && mysql.service start
          5、mysql -root   免密登錄并修改root密碼
              alter user 'root'@'%' identified by 'pass$123';
              alter user 'root'@'localhost' identified by 'pass$123';

          確定是否支持遠程登錄,host中有%的記錄即支持
          select host, user, authentication_string, plugin from user;
          posted @ 2021-08-05 18:06 一凡 閱讀(210) | 評論 (0)編輯 收藏
          主站蜘蛛池模板: 湟源县| 远安县| 通州市| 榆中县| 北宁市| 沧源| 东乡族自治县| 芜湖县| 任丘市| 松溪县| 台北市| 贡觉县| 克什克腾旗| 中西区| 邵阳市| 鄂托克前旗| 邵武市| 陇川县| 平山县| 通化县| 嘉禾县| 孟津县| 华阴市| 迁安市| 独山县| 山阳县| 万宁市| 理塘县| 吉隆县| 留坝县| 屯昌县| 雷波县| 内黄县| 象山县| 秦皇岛市| 柞水县| 哈巴河县| 抚顺县| 林芝县| 淮安市| 美姑县|