Skip to content

Update template #272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions templates/templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
templates:
- name: helidon
frameworkVersion: "4.1.6"
frameworkVersion: "4.2.0"
instructions: |
To run the Helidon starter you must have JDK21+ and maven 3.8.5+.
Change to the newly created directory and run the following to build:
Expand All @@ -19,8 +19,8 @@ templates:
java -Dmain.class=com.tangosol.net.Coherence -Dcoherence.management.http=none -Dserver.port=-1 -jar target/helidon.jar

Note: If you run the storage-enabled server, you can add the argument "-Dcoherence.distributed.localstorage=false" to the single process
command, before the -jar option to start the Helidon application as a storage-disabled client, which is the prefered method
as it allows for scaling of the Coherence tier separatley.
command, before the -jar option to start the Helidon application as a storage-disabled client, which is the preferred method
as it allows for scaling of the Coherence tier separately.
files:
- pom.xml
- src/main/resources/logging.properties
Expand All @@ -45,8 +45,8 @@ templates:
java -Dserver.port=-1 -Dloader.main=com.tangosol.net.Coherence -Dcoherence.management.http=none -jar target/springboot-1.0-SNAPSHOT.jar

Note: If you run the storage-enabled server, you can add the argument "-Dcoherence.distributed.localstorage=false" to the single process
command, before the -jar option to start the Spring Boot application as a storage-disabled client, which is the prefered method
as it allows for scaling of the Coherence tier separatley.
command, before the -jar option to start the Spring Boot application as a storage-disabled client, which is the preferred method
as it allows for scaling of the Coherence tier separately.
files:
- pom.xml
- src/main/resources/application.properties
Expand All @@ -69,8 +69,8 @@ templates:
java -Dmicronaut.main.class=com.tangosol.net.Coherence -Dcoherence.management.http=none -Dmicronaut.server.port=-1 -jar target/micronaut-1.0-SNAPSHOT-shaded.jar

Note: If you run the storage-enabled server, you can add the argument "-Dcoherence.distributed.localstorage=false" to the single process
command, before the -jar option to start the Micronaut application as a storage-disabled client, which is the prefered method
as it allows for scaling of the Coherence tier separatley.
command, before the -jar option to start the Micronaut application as a storage-disabled client, which is the preferred method
as it allows for scaling of the Coherence tier separately.
files:
- pom.xml
- src/main/resources/logback.xml
Expand Down
Loading