You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Open Liberty is an open application framework designed for the cloud. It's small
37
37
38
38
Maven is an automation build tool that provides an efficient way to develop Java applications. Using Maven, you will build a simple microservice, called `system`, that collects basic system properties from your laptop and displays them on an endpoint that you can access in your web browser.
39
39
40
-
You'll also explore how to package your application with Open Liberty so that it can be deployed anywhere in one go. You will then make Liberty configuration and code changes and see howthey are immediately picked up by a running instance.
40
+
You'll also explore how to package your application with Open Liberty so that it can be deployed anywhere in one go. You will then make Liberty configuration and code changes and see how they are immediately picked up by a running instance.
41
41
42
42
Finally, you will package the application along with the server configuration into a Docker image and run that image as a container.
0 commit comments