| . | . |
|---|---|
![]() |
![]() |
Spring Boot REST API deployed to Google App Engine F1 and managed by AWS API Gateway.
For local development, you will need to:
-
Install Java 11 and Maven 3.6.3
-
Provision Backendless Project and export
BACKENDLESS_APPLICATION_IDandBACKENDLESS_API_KEYenvironment variables -
Install gcloud sdk, run
gcloud init, and select the correct project -
Run
mvn clean installandmvn spring-boot:run -
Access API at localhost:8080/api/v1
-
Access Swagger UI at localhost:8080/swagger-ui.html
-
Deploy to Google App Engine via
envsubst(details in .travis.yml) andgcloud app deploy app.yaml --quiet

