Skip to content

Commit

Permalink
Close camunda-community-hub#371: Default to Jetty for new projects
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschaefer committed Nov 11, 2022
1 parent 6237d6b commit 544a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -91,7 +91,7 @@ This section describes what needs to be done to use `micronaut-camunda-bpm-featu
The Camunda integration works with both Gradle and Maven, but we recommend using Gradle because it has better Micronaut Support.

You have the following options to integrate the Camunda integration:
* Create a new Micronaut project using [Micronaut Launch](https://micronaut.io/launch?name=micronaut-camunda&features=camunda-platform7) and check that the "camunda-platform7" feature is selected. If you don't select any database then an in-memory H2 will be included by default.
* Create a new Micronaut project using [Micronaut Launch](https://micronaut.io/launch?name=micronaut-camunda&features=camunda-platform7&features=jetty-server) and check that the "camunda-platform7" feature is selected. If you don't select any database then an in-memory H2 will be included by default.
* Manually add the dependency to an existing Micronaut project:
<details>
<summary>Click to show Gradle configuration</summary>
Expand Down

0 comments on commit 544a1e9

Please sign in to comment.