Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.19 KB

File metadata and controls

24 lines (17 loc) · 1.19 KB

Spring Boot jade4j Starter showcase

Build Status Apache License 2 Gitter

This is a typical Spring Boot webapp that uses Jade views, as alternative to other verbose template engines.

This demo uses Spring Boot jade4j Starter

How to run the Showcase

  • Clone the repo
  • Change to the directory where you cloned the repo
  • If you are in a Linux/OS X box
    • type: ./gradlew bootRun
  • If you are in a Windows box
    • type: gradle.bat bootRun
  • Navigate with your browser to: http://localhost:9090

You can change the Jade templates located in ./src/main/resources/templates

"Spring Boot jade4j Starter"