https://github.com/kmacedovarela/dmn-samples
https://github.com/kmacedovarela/dmn-samples
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmacedovarela/dmn-samples
- Owner: kmacedovarela
- License: apache-2.0
- Created: 2023-03-30T05:46:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T05:51:57.000Z (over 2 years ago)
- Last Synced: 2025-03-20T07:06:18.348Z (7 months ago)
- Language: Java
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DMN Samples on Quarkus
1. run this project in dev mode with:
```
mvn quarkus:dev
```2. access http://localhost:8080/q/swagger-ui to try out the decisions using the REST API
Example input for "DatesAndLists" decision:
```
{
"dates": [
"2023-03-01",
"2023-02-01",
"2023-03-30",
"2025-12-02",
"2020-01-02"
]
}
```