From 205b0b60c847268d29d37c997acfbd40e5b15d9f Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Thu, 13 Mar 2025 08:19:59 +0800 Subject: [PATCH] Update template --- templates/templates.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/templates.yaml b/templates/templates.yaml index a925361..da9106b 100644 --- a/templates/templates.yaml +++ b/templates/templates.yaml @@ -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: @@ -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 @@ -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 @@ -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