Skip to content

Spring Boot Starter Web with Gcloud (Using both Thymeleaf and JSP)

Notifications You must be signed in to change notification settings

Quick-starter/Gcloud-boot-web-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mixing thymeleaf and jsp files in Spring Boot and GCloud

Spring, Thymeleaf is used as template engine.

Quick start

  1. Log in using gcloud SDK (gcloud auth login in command line)

  2. Set your current project using gcloud config set project PROJECT_ID

  3. Compile using Maven: mvn install -DskipTests in command line from your base project directory

  4. Run mvn spring-boot:run

  5. Visit http://localhost:8080

  6. Deploy to Gcloud mvn appengine:deploy

  7. Visit http://YOUR_PROJECT.appspot.com.

Links

About

Spring Boot Starter Web with Gcloud (Using both Thymeleaf and JSP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published