问题
I'm trying to use a shiny responsive-design html 5 template on top of the Spring application I'm working.
Question is: how to connect the HTML files with the JSP and the Spring controllers?
回答1:
You can use just about any templating engine with Spring. You typically just need to set up a Resolver for it. See here for an example.
来源:https://stackoverflow.com/questions/35734424/how-to-use-a-responsive-html-templete-in-a-spring-application