springMVC4 怎样和velocity整合
答案:1 悬赏:20 手机版
解决时间 2021-11-25 13:43
- 提问者网友:容嬷嬷拿针来
- 2021-11-24 15:04
springMVC4 怎样和velocity整合
最佳答案
- 五星知识达人网友:怀裏藏嬌
- 2021-11-24 16:31
添加velocity.jar.
为spring mvc配置多视图, 并添加velocity的视图配置
设置velocity参数.
以下是部分整合配置代码:
class="org.springframework.web.servlet.view.ContentNegotiatingViewResolver">
class="org.springframework.web.servlet.view.freemarker.FreeMarkerConfigurer">
0
UTF-8
0.##########
yyyy-MM-dd HH:mm:ss
true
ignore
class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
UTF-8
UTF-8
text/html;charset=UTF-8
为spring mvc配置多视图, 并添加velocity的视图配置
设置velocity参数.
以下是部分整合配置代码:
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯