Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 688 Bytes

File metadata and controls

23 lines (13 loc) · 688 Bytes

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