Skip to content

clementgarbay/IMT-GoogleAppEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

appengine-java-quickstart

Usage

Clone

Clone this repository using

git clone https://github.com/jlandure/appengine-java-quickstart
cd appengine-java-quickstart

Launch

Launch the devserver using the Docker image zenika/alpine-appengine-java

docker run --rm -it -h localhost -v ~/.m2:/root/.m2 -v $(pwd):/usr/src/app -w /usr/src/app -p 8080:8080 zenika/alpine-appengine-java

Check

Open your browser to http://localhost:8080/hello and see something like

Hello App Engine - Standard using 1.9.58 Java 1.8

Project from CloudSDK official documentation

The code source is copied on purpose from https://github.com/GoogleCloudPlatform/getting-started-java/

See this specific folder to check the source code

Releases

No releases published

Packages

No packages published

Languages