https://github.com/kmacedovarela/aml-dmn
https://github.com/kmacedovarela/aml-dmn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmacedovarela/aml-dmn
- Owner: kmacedovarela
- License: apache-2.0
- Created: 2023-06-22T02:05:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T21:39:14.000Z (over 2 years ago)
- Last Synced: 2025-07-20T01:37:37.275Z (3 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bamoe-canvas-quarkus-accelerator
This is the BAMOE Canvas Quarkus Accelerator for DecisionsApply it to you repository inside BAMOE Canvas to build and run your decisions.
## Running
Start the Quarkus server with:
- `mvn quarkus:dev`Your application will up at http://localhost:8080.
The OpenAPI spec will be available at http://localhost:8080/q/openapi or http://localhost:8080/q/openapi?format=json.
The Swagger interface will be at http://localhost:8080/q/swagger-ui.
More tools available via Quarkus Dev UI http://localhost:8080/q/dev.