Deploy Java Application on Google Cloud
App Engine allows developers to focus on doing what they do best, writing code. The App Engine standard environment is based on container instances running on Google's infrastructure. Containers are preconfigured with one of several available runtimes (Java 8, Python 3.7, Go and PHP). Each runtime also includes libraries that support App Engine Standard APIs. For many applications, the standard environment runtimes and libraries might be all you need.
The App Engine standard environment makes it easy to build and deploy an application that runs reliably even under heavy load and with large amounts of data. It includes the following features:
Persistent storage with queries, sorting, and transactions.
Automatic scaling and load balancing.
Asynchronous task queues for performing work outside the scope of a request.
Scheduled tasks for triggering events at specified times or regular intervals.
Integration with other Google cloud services and APIs.
Applications run in a secure, sandboxed environment, allowing App Engine standard environment to distribute requests across multiple servers, and scaling servers to meet traffic demands. Your application runs within its own secure, reliable environment that is independent of the hardware, operating system, or physical location of the server.
Download starter code from a GitHub repository.
Run your application locally from a Cloud Shell session.
Deploy your application with Google App Engine.
git clone https://github.com/GoogleCloudPlatfor...
cd java-docs-samples/appengine-java8/helloworld
mvn clean
mvn package
mvn appengine:run
mvn package appengine:deploy
gcloud app browse
#java #deployment #googlecloud
Sur cette page du site, vous pouvez voir la vidéo en ligne Deploy Java Application on Google Cloud durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur nETSETOS 28 juin 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 36,475 fois et il a aimé 381 téléspectateurs. Bon visionnage!