[转]基于注解的 Spring MVC 简单入门
转载自http://www.oschina.net/question/84460_9608
web.xml?配置:
?
?
第一个Controller:
?
国际化:
在MVC配置文件中,配置国际化属性文件:
如果一种语言,有多个语言文件,可以更改MVC配置文件为:
?
发布时间: 2012-06-26 10:04:13 作者: rapoo
[转]基于注解的 Spring MVC 简单入门
转载自http://www.oschina.net/question/84460_9608
web.xml?配置:
?
?
第一个Controller:
?
国际化:
在MVC配置文件中,配置国际化属性文件:
如果一种语言,有多个语言文件,可以更改MVC配置文件为:
?