From ef05fa0d176b4f3b961d5dd09c3d04dbae5b8d2a Mon Sep 17 00:00:00 2001 From: Reza Rahman Date: Sun, 9 Jun 2024 18:08:16 -0400 Subject: [PATCH] Update README.md --- .../main/resources/archetype-resources/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/archetype/src/main/resources/archetype-resources/README.md b/archetype/src/main/resources/archetype-resources/README.md index 30f578f..c584fe8 100644 --- a/archetype/src/main/resources/archetype-resources/README.md +++ b/archetype/src/main/resources/archetype-resources/README.md @@ -20,11 +20,11 @@ You can run the application by executing the following command from the director ``` #if ((${runtime} == 'payara') && (${profile} != 'full')) -Once the runtime starts, you can access the project at http://localhost:8080 +Once the runtime starts, you can access the project at [http://localhost:8080](http://localhost:8080). #elseif (${runtime} == 'open-liberty') -Once the runtime starts, you can access the project at http://localhost:9080 +Once the runtime starts, you can access the project at [http://localhost:9080](http://localhost:9080). #else -Once the runtime starts, you can access the project at http://localhost:8080/${artifactId}. +Once the runtime starts, you can access the project at [http://localhost:8080/${artifactId}](http://localhost:8080/${artifactId}). #end #if ((${docker} == 'yes') and (${runtime} != 'glassfish')) @@ -46,9 +46,9 @@ docker run -it --rm -p 9080:9080 ${artifactId}:v1 ``` #if (${runtime} != 'open-liberty') -Once the runtime starts, you can access the project at http://localhost:8080/${artifactId}. +Once the runtime starts, you can access the project at [http://localhost:8080/${artifactId}](http://localhost:8080/${artifactId}). #else -Once the runtime starts, you can access the project at http://localhost:9080/ +Once the runtime starts, you can access the project at [http://localhost:9080/](http://localhost:9080/). #end #end #else @@ -59,5 +59,5 @@ Once the runtime starts, you can access the project at http://localhost:9080/ ``` This will generate a file named `${artifactId}.war`. You should be able to run the application by deploying the file to - a [Jakarta EE compatible runtime](https://jakarta.ee/compatibility). -#end \ No newline at end of file + a [Jakarta EE compatible runtime](https://jakarta.ee/compatibility). +#end