Deploy a Spring Boot Application to App Engine Java 11

preview_player
Показать описание
Learn how to deploy a Spring Boot application using a JAR file to Google App Engine standard for Java 11. The runtime can now deploy a JAR file, using gcloud command line, or Maven and Gradle plugins.

Tags: java, app engine
Speaker: Ray Tsang

Рекомендации по теме
Комментарии
Автор

App was deployed on localhost of gcp machine and I can't reach it

somethings
Автор

for some reason the deployment via grade doesn't work for me. the jar file that gets deployed is smaller and I get an error "no main manifest attribute in jar"

pqsk