Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ This project implements a credit application approval process using Camunda 7. T
3. **Build and run application**:

```bash
./gradle bootRun
./gradlew bootRun
```

Note: If you get a permission denied error, first run:
```bash
chmod +x gradlew
```

3. **Run OpenBPM Control**
Expand Down