We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78cfd3 commit c88595fCopy full SHA for c88595f
1 file changed
code/chapter12/catalog/README.adoc
@@ -76,12 +76,7 @@ mvn clean package
76
77
== Running the Application
78
79
-To run the application using Liberty Maven plugin:
80
-
81
-[source,bash]
82
-----
83
-mvn liberty:dev
84
+Run the application using Liberty Maven plugin.
85
86
=== Run with Liberty server.xml
87
@@ -107,9 +102,7 @@ The application will start on:
107
102
* HTTP: `http://localhost:5060`
108
103
* Context root: `/graphql-catalog`
109
104
110
-== Accessing GraphQL
111
112
-=== GraphQL Endpoint
105
+=== Accessing GraphQL Endpoint
113
106
114
The GraphQL endpoint is available at:
115
0 commit comments