Skip to content

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

Notifications You must be signed in to change notification settings

rbarbioni/gcloud-spring-boot-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages