Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1014 Bytes

File metadata and controls

31 lines (19 loc) · 1014 Bytes

Mixing RESTEasy Spring Boot Starter with Gcloud

This RESTEasy Spring Boot starter integrated from Paypal Resteasy started and Gcloud examples.

Features

  • Enables RESTEasy for Spring Boot applications
  • Supports JAX-RS providers, resources and sub-resources as Spring beans
  • Supports RESTEasy Asynchronous Job Service
  • Supports Gcloud Deploy

Quick start

  1. Log in using gcloud SDK (gcloud auth login in command line)

  2. Set your current project using gcloud config set project PROJECT_ID

  3. Compile using Maven: mvn install -DskipTests in command line from your base project directory

  4. Run mvn spring-boot:run

  5. Visit http://localhost:8080

  6. Deploy to Gcloud mvn appengine:deploy

  7. Visit http://YOUR_PROJECT.appspot.com.

Links