sps / mustache-spring-view

java spring framework mvc view for Mustache.js templates
68 stars 31 forks source link

Why you implement it so complex? #23

Open xiaoshao opened 7 years ago

xiaoshao commented 7 years ago

In my opinion, you just want to create a ViewResolver to create a MustacheView with MustachFactory if you just want to use mustache in spring.

But if you want to use template function, I didn't find out how to config template in the readme. (In my opinion, template function is that you just specified a file as the template, and when you want to render a view A, the view A will be embed to the template)

sps commented 7 years ago

Hi Xiaoshao, Is this an issue or commentary? Do you have any specific suggestions that are actionable?