-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Practical Cloud-Native Java Development with MicroProfile
By :

To build and run the samples mentioned in this chapter, you will need a Mac or PC (Windows or Linux) with the following software:
All of the source code used in this chapter is available on GitHub at https://github.com/PacktPublishing/Practical-Cloud-Native-Java-Development-with-MicroProfile/tree/main/Chapter11.
Once you have cloned the GitHub repository, you can start the Open Liberty server where these code samples will execute by entering the Chapter11
directory and executing the following command from the command line:
mvn clean package liberty:run
You can then stop the server in the same command window by pressing Ctrl + C.
Now we've got the prerequisites taken care of, let's start by learning the basics of GraphQL.