Skip to content

Instantly share code, notes, and snippets.

@jomarko
Created September 23, 2025 07:16
Show Gist options
  • Select an option

  • Save jomarko/654de5c7ff94df30095601e92203dd20 to your computer and use it in GitHub Desktop.

Select an option

Save jomarko/654de5c7ff94df30095601e92203dd20 to your computer and use it in GitHub Desktop.
[
{
name: "Quarkus (DMN)",
iconUrl: "images/quarkus-logo.png",
gitRepositoryUrl: "https://github.com/IBM/bamoe-canvas-quarkus-accelerator",
gitRepositoryGitRef: "9.3.0-ibm-0007-quarkus-dmn",
dmnDestinationFolder: "src/main/resources/dmn",
bpmnDestinationFolder: "src/main/resources/bpmn",
otherFilesDestinationFolder: "src/main/resources/others",
scesimDestinationFolder: "src/test/resources/scesim",
},
{
name: "Quarkus (Full)",
iconUrl: "images/quarkus-logo.png",
gitRepositoryUrl: "https://github.com/IBM/bamoe-canvas-quarkus-accelerator",
gitRepositoryGitRef: "9.3.0-ibm-0007-quarkus-full",
dmnDestinationFolder: "src/main/resources/dmn",
bpmnDestinationFolder: "src/main/resources/bpmn",
otherFilesDestinationFolder: "src/main/resources/others",
scesimDestinationFolder: "src/test/resources/scesim",
},
{
name: "Spring Boot (DMN)",
iconUrl: "images/springboot-logo.png",
gitRepositoryUrl: "https://github.com/IBM/bamoe-canvas-quarkus-accelerator",
gitRepositoryGitRef: ""9.3.0-ibm-0007-spring-boot-dmn"",
dmnDestinationFolder: "src/main/resources/dmn",
bpmnDestinationFolder: "src/main/resources/bpmn",
otherFilesDestinationFolder: "src/main/resources/others",
scesimDestinationFolder: "src/test/resources/scesim",
},
{
name: "Spring Boot (Full)",
iconUrl: "images/springboot-logo.png",
gitRepositoryUrl: "https://github.com/IBM/bamoe-canvas-quarkus-accelerator",
gitRepositoryGitRef: "9.3.0-ibm-0007-spring-boot-full",
dmnDestinationFolder: "src/main/resources/dmn",
bpmnDestinationFolder: "src/main/resources/bpmn",
otherFilesDestinationFolder: "src/main/resources/others",
scesimDestinationFolder: "src/test/resources/scesim",
},
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment