how to use a responsive html templete in a Spring application?

China☆狼群 提交于 2019-12-12 04:04:59

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!