Java API for Google AppEngine Endpoints Error: No Answer Found

I'm starting to develop a backend service for apps using Google AppEngine Cloud EndPoints.

I follow the google guide: https://cloud.google.com/appengine/docs/java/endpoints/getstarted/backend/hello_world

After creating a project using Maven in eclipse, it shows the following errors:

Description Resource path location type Plugin not covered by life cycle configuration: com.google.appengine: appengine-maven-plugin: 1.9.4: endpoints_get_discovery_doc (execution: default, phase: compilation) pom.xml / TestApp line 133 Maven Building problem project life cycle

Description Type of resource path location Plugin not covered by life cycle configuration: org.codehaus.mojo: versions-maven-plugin: 2.1: display-dependency-updates (execution: default, phase: compilation) pom.xml / TestApp line 80 Issues with displaying the life cycle of a Maven project

Description Type of resource path location Plugin not covered by life cycle configuration: org.codehaus.mojo: versions-maven-plugin: 2.1: display-plugin-updates (execution: default, phase: compilation) pom.xml / TestApp line 80 Issues with displaying the life cycle of a Maven project

Nevertheless, the project is built, and it shows:

"404 OK

- cache-control: no-cache, no-store, max-age = 0, -revalidate Content-encoding: gzip content-length: 29 content-type: text/html; charset = UTF-8 : , 17 2014 23:25:53 GMT : , 01 1990 00:00:00 GMT : : GSE : , X-Origin

"

, , - ?

+4
1

, , , , - . . eclipse, . , URL-, 404. , 8080. , . .

0

Source: https://habr.com/ru/post/1568071/


All Articles