rbarbioni / gcloud-spring-boot-starter

Spring-Boot Microservices Application running Google Cloud Platform (App Engine)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample project Java Spring-Boot running Google App Engine (Google Cloud Platform)

Tecnologies

  • Java 8
  • Spring-boot
  • Spring-Web
  • Spring-Data-JPA
  • Embedded Tomcat
  • App Engine

Instructions

Before run project, create Google Cloud Platform Free-Trial account

Google Cloud Platform Free-Trial


Clone and build project

git clone https://github.com/rbarbioni/gcloud-spring-boot-starter.git
cd gcloud-spring-boot-starter
./gradlew clean build

Configure Google Account Project

Quickstart for Java in the App Engine Flexible Environment

gcloud config set project YOUR_PROJECT_ID
./gradlew appengineDeploy

Test

GET -> https://PROJECT_ID.appspot.com/user

About

Spring-Boot Microservices Application running Google Cloud Platform (App Engine)


Languages

Language:Java 100.0%