Skip to content

Commit

Permalink
Update README.md (#2429)
Browse files Browse the repository at this point in the history
including starter and add-ons in command copy
  • Loading branch information
Josh Dickison authored Mar 15, 2024
1 parent 60a71c4 commit d000b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions springboot/archetype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mvn archetype:generate \
-DarchetypeArtifactId=kogito-spring-boot-archetype \
-DarchetypeVersion=2.0.0-SNAPSHOT \
-DgroupId=com.company \
-DartifactId=sample-kogito
-DartifactId=sample-kogito \
-Dstarters=decisions,rules,processes
```

Expand All @@ -52,7 +52,7 @@ mvn archetype:generate \
-DarchetypeArtifactId=kogito-spring-boot-archetype \
-DarchetypeVersion=2.0.0-SNAPSHOT \
-DgroupId=com.company \
-DartifactId=sample-kogito
-DartifactId=sample-kogito \
-Daddons=monitoring-prometheus,persistence-infinispan
```

Expand Down

0 comments on commit d000b7a

Please sign in to comment.