handlebars-spring-boot-starter
Spring Boot auto-configuration for Handlebars
File Explorer
Download Latest Version (.zip)- gradle.yml
- publish.yml
- dependabot.yml
- checkstyle.xml
- suppressions.xml
- StarterRuleSet-AllRulesByCategory.groovy
- test-rules.groovy
- findbugs-excludes.xml
- findbugs-includes.xml
- pmd.xml
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- HandlebarsAutoConfiguration.java
- HandlebarsHelper.java
- HandlebarsHelpersAutoConfiguration.java
- HandlebarsProperties.java
- HandlebarsTemplateAvailabilityProvider.java
- HandlebarsValueResolversProperties.java
- org.springframework.boot.autoconfigure.AutoConfiguration.imports
- spring.factories
- HandlebarsAutoConfigurationSpec.groovy
- HandlebarsCustomHelpersAutoConfigurationSpec.groovy
- HandlebarsHelpersAutoConfigurationSpec.groovy
- HandlebarsPropertiesSpec.groovy
- HandlebarsTemplateAvailabilityProviderSpec.groovy
- hello.hbs
- suffixed.html
- prefixed.hbs
- HandlebarsHelpersDependenciesSpec.groovy
- build.gradle
- .gitignore
- build.gradle
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/allegro/handlebars-spring-boot-starter
Downloads the entire project code from GitHub to your computer.
cd handlebars-spring-boot-starter
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
