首先运行 jbpm server 7.17: ./standalone.sh -b 0.0.0.0
访问 http://localhost:8080/business-central/
,用 kris 登录,import project,项目地址: https://github.com/jbossdemocentral/rhpam7-order-it-hw-demo-springboot-app.git
。然后 build 、deploy。
Menu -> 部署 -> 执行服务器,查看 itorders_1.0.0-SNAPSHOT 的 GROUP_ID、ARTIFACT_ID、VERSION 等信息。
运行 order-it App: java -Dspring.profiles.active=local -jar target/order-it-hw-app-1.0.0.jar
代码地址: https://github.com/jbossdemocentral/rhpam7-order-it-hw-demo-springboot-app
打开 OrderItHwAppApplication.java
,修改常量定义: private static String VERSION = "1.0.0-SNAPSHOT";
编译 mvn clean install -Plocal
访问: http://localhost:8090/#/managertasks
,分别登录 maciek -> tihomir -> kris。