Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

An example Dropwizard app that runs on Google Cloud Platform's App Engine Flexible Environment.

Notifications You must be signed in to change notification settings

ryankennedy/dropwizard-googlecloudplatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard on Google Cloud Platform

This sample Dropwizard application runs on Google Cloud Platform's App Engine Flexible Environment.

Basic Instructions

Download all the bits from Google (you'll want the gcloud command line utility). Once you have that, go to the developer console and create a new project. After that, run the following:

gcloud config set project <project id>
mvn gcloud:deploy

If all succeeds, you should be able to browse to http://<project-id>.appspot.com/ and receive a lovely greeting.

About

An example Dropwizard app that runs on Google Cloud Platform's App Engine Flexible Environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages