handlebars-spring-boot-starter icon indicating copy to clipboard operation
handlebars-spring-boot-starter copied to clipboard

Spring Boot auto-configuration for Handlebars

Results 4 handlebars-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

I ran Owasp dependency checker on my projet. It reports vulnerabilities from handlebars-spring-boot-starter dependencies: ![image](https://user-images.githubusercontent.com/1859457/88772361-f97d9f00-d180-11ea-8151-f30911084c96.png)

have you thought about adding any asset pipeline support? IE i use frontend-maven-plugin to get compiled assets over to my spring-boot/resources/static directory, but hashed or split thru rollup. I want...