Google Cloud Endpoints + Firebase Auth: method_info is not set

后端 未结 4 1731
一整个雨季
一整个雨季 2021-01-15 17:15

So I am running the sample code provided by Google:

package com.neat.backend;
/**
 * An endpoint class we are exposing
 */
@Api(
        name = \"myApi\",
           


        
4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-15 17:42

    generat and deploy the OpenAPI configuration file

    $ mvn clean package endpoints-framework:openApiDocs -DskipTests
    $ gcloud endpoints services deploy target/openapi-docs/openapi.json
    $ mvn appengine:run 
    

提交回复
热议问题