Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/platan/handlebars-spring-boot-starter-example
- Owner: platan
- License: mit
- Created: 2015-06-06T14:17:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T18:47:35.000Z (3 months ago)
- Last Synced: 2024-10-24T04:33:26.716Z (3 months ago)
- Topics: handlebars, handlebars-spring-boot-starter, spring-boot, spring-boot-starter
- Language: Java
- Size: 331 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 8Usage
---
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/).