@@ -65,10 +65,14 @@ provided [here][9].
65
65
66
66
`mvn clean compile`
67
67
68
- 1. Run the application locally at [localhost:8080][5] by using:
68
+ 1. Run the application locally at [http:// localhost:8080][5] by using:
69
69
70
70
`mvn appengine:run`
71
71
72
+ 1. Explore local server's API explorer by browsing to:
73
+
74
+ [http://localhost:8080/_ah/api/explorer][13]
75
+
72
76
1. Generate the client library located at `target/client-libs/helloworld-v1-java.zip`
73
77
by using:
74
78
@@ -84,10 +88,14 @@ provided [here][9].
84
88
85
89
`gradle clean compileJava`
86
90
87
- 1. Run the application locally at [localhost:8080][5] by using:
91
+ 1. Run the application locally at [http:// localhost:8080][5] by using:
88
92
89
93
`gradle appengineRun`
90
94
95
+ 1. Explore local server's API explorer by browsing to:
96
+
97
+ [http://localhost:8080/_ah/api/explorer][13]
98
+
91
99
1. Generate the client library located at `build/endpointsClientLibs/helloworld-v1-java.zip`
92
100
by using:
93
101
@@ -102,12 +110,12 @@ provided [here][9].
102
110
[2]: http://java.com/en/
103
111
[3]: https://cloud.google.com/appengine/docs/java/endpoints/
104
112
[4]: https://cloud.google.com/appengine/docs/java/tools/maven
105
- [5]: https ://localhost:8080/
113
+ [5]: http ://localhost:8080/
106
114
[6]: https://console.developers.google.com/project/_/apiui/credential
107
115
[7]: https://cloud.google.com/appengine/docs/java/endpoints/migrating
108
116
[8]: https://cloud.google.com/endpoints/docs/frameworks/java/about-cloud-endpoints-frameworks
109
117
[9]: https://cloud.google.com/endpoints/docs/frameworks/java/quickstart-frameworks-java
110
118
[10]: https://github.com/GoogleCloudPlatform/endpoints-framework-maven-plugin
111
119
[11]: https://github.com/GoogleCloudPlatform/endpoints-framework-gradle-plugin
112
120
[12]: https://cloud.google.com/endpoints/docs/authenticating-users-frameworks
113
-
121
+ [13]: http://localhost:8080/_ah/api/explorer
0 commit comments