java-docs-samples/appengine-java11/micronaut-helloworld at patch-2 · angelafunk/java-docs-samples · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Micronaut Application on Google App Engine Standard with Java 11

This sample shows how to deploy a Micronaut application to Google App Engine standard.

Setup

See Prerequisites.

Deploying

 mvn clean package appengine:deploy -Dapp.deploy.projectId=<your-project-id>

To view your app, use command:

gcloud app browse

Or navigate to http://.appspot.com URL.