Skip to content

Quick-starter/Gcloud-boot-rest-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Spring boot starter with resteasy for GCloud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages