Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/platan/handlebars-spring-boot-starter-example

Example showing Spring Boot auto-configuration for Handlebars
https://github.com/platan/handlebars-spring-boot-starter-example

handlebars handlebars-spring-boot-starter spring-boot spring-boot-starter

Last synced: about 2 months ago
JSON representation

Example showing Spring Boot auto-configuration for Handlebars

Awesome Lists containing this project

README

        

Example showing [Spring Boot auto-configuration for Handlebars](https://github.com/allegro/handlebars-spring-boot-starter) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/platan/handlebars-spring-boot-starter-example/Java%20CI%20with%20Gradle/master)
===

Requirements
---
- JDK 8

Usage
---
Run:

./gradlew bootRun
or

./gradlew build && java -jar build/libs/handlebars-spring-boot-starter-example-*.jar

and then check [http://localhost:8080/](http://localhost:8080/).