Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 331 Bytes

File metadata and controls

16 lines (12 loc) · 331 Bytes

Micronaut Application on Google App Engine Flex with Java 25

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

Deploying

gcloud app deploy

To view your app, use command:

gcloud app browse

Or navigate to https://<your-project-id>.appspot.com.