Deploy Java Application on Google Cloud

Veröffentlicht am: 28 Juni 2020
auf dem Kanal: nETSETOS
36,475
381

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


Auf dieser Seite können Sie das Online-Video Deploy Java Application on Google Cloud mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer nETSETOS 28 Juni 2020 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 36,475 Mal angesehen und es wurde von 381 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!