Skip to content

Commit

Permalink
fix cloud-hosted guide conversion failure
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Kwan <[email protected]>
  • Loading branch information
gkwan-ibm committed Jan 8, 2025
1 parent 1c21c09 commit 2e82745
Showing 1 changed file with 46 additions and 6 deletions.
52 changes: 46 additions & 6 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:projectid: spring-boot
:page-duration: 20 minutes
:page-releasedate: 2019-11-04
:page-majorupdateddate: 2025-01-14
:page-majorupdateddate: 2025-01-08
:page-description: Learn how to containerize, package, and run a Spring Boot application on Open Liberty.
:page-tags: ['docker']
:page-related-guides: ['rest-intro', 'containerize']
Expand Down Expand Up @@ -54,7 +54,7 @@ mvnw.cmd package
```
--

[.tab_content.mac_section.linux_section]
[.tab_content.mac_section]
--
[role='command']
```
Expand All @@ -63,6 +63,14 @@ cd start
```
--

[.tab_content.linux_section]
--
[role='command']
```
cd start
./mvnw package
```

You can now run the application in the embedded Tomcat web container by executing the JAR file that you built:

[role='command']
Expand Down Expand Up @@ -399,7 +407,15 @@ mvnw.cmd package
```
--

[.tab_content.mac_section.linux_section]
[.tab_content.mac_section]
--
[role='command']
```
./mvnw package
```
--

[.tab_content.linux_section]
--
[role='command']
```
Expand All @@ -419,7 +435,15 @@ mvnw.cmd liberty:run
```
--

[.tab_content.mac_section.linux_section]
[.tab_content.mac_section]
--
[role='command']
```
./mvnw liberty:run
```
--

[.tab_content.linux_section]
--
[role='command']
```
Expand Down Expand Up @@ -459,7 +483,15 @@ mvnw.cmd liberty:stop
```
--

[.tab_content.mac_section.linux_section]
[.tab_content.mac_section]
--
[role='command']
```
./mvnw liberty:stop
```
--

[.tab_content.linux_section]
--
[role='command']
```
Expand Down Expand Up @@ -504,7 +536,15 @@ mvnw.cmd package
```
--

[.tab_content.mac_section.linux_section]
[.tab_content.mac_section]
--
[role='command']
```
./mvnw package
```
--

[.tab_content.linux_section]
--
[role='command']
```
Expand Down

0 comments on commit 2e82745

Please sign in to comment.