转载

JBPM 7.17 学习笔记(6)编译运行 rhpam7-order-it-hw-demo-springboot-app

  1. 首先运行 jbpm server 7.17: ./standalone.sh -b 0.0.0.0

  2. 访问 http://localhost:8080/business-central/ ,用 kris 登录,import project,项目地址: https://github.com/jbossdemocentral/rhpam7-order-it-hw-demo-springboot-app.git 。然后 build 、deploy。

  3. Menu -> 部署 -> 执行服务器,查看 itorders_1.0.0-SNAPSHOT 的 GROUP_ID、ARTIFACT_ID、VERSION 等信息。

  4. 运行 order-it App: java -Dspring.profiles.active=local -jar target/order-it-hw-app-1.0.0.jar

  5. 代码地址: https://github.com/jbossdemocentral/rhpam7-order-it-hw-demo-springboot-app

  6. 打开 OrderItHwAppApplication.java ,修改常量定义: private static String VERSION = "1.0.0-SNAPSHOT";

  7. 编译 mvn clean install -Plocal

  8. 访问: http://localhost:8090/#/managertasks ,分别登录 maciek -> tihomir -> kris。

原文  https://blog.csdn.net/kmyhy/article/details/89043046
正文到此结束
Loading...