Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman authored Jun 9, 2024
1 parent 2463e30 commit ef05fa0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions archetype/src/main/resources/archetype-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand All @@ -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
Expand All @@ -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
a [Jakarta EE compatible runtime](https://jakarta.ee/compatibility).
#end

0 comments on commit ef05fa0

Please # to comment.