https://github.com/fishercoder1534/hellocamunda
https://github.com/fishercoder1534/hellocamunda
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fishercoder1534/hellocamunda
- Owner: fishercoder1534
- Created: 2024-09-14T15:04:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-23T22:51:54.000Z (about 1 year ago)
- Last Synced: 2025-01-20T12:46:32.249Z (11 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. I created this as a new Maven project on Java11 by following this tutorial to learn Camunda: https://docs.camunda.org/get-started/quick-start/install/;
2. install Docker onto your local machine if you haven't;
3. `docker pull camunda/camunda-bpm-platform:run-latest`
4. `docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:run-latest`
2. Run `mvn clean install` this project first before you attempt to run from Intellij as clicking on Maven refresh button in Intellij doesn't always work, it often hangs there, while `mvn clean install` usually finishes quickly and pull your needed dependencies somehow;
3. Run `ChargeCardWorker.java` class from Intellij