码迷,mamicode.com
首页 > 编程语言 > 详细

springmvc国际化资源文件

时间:2018-12-09 10:41:49      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:bundle   springmvc   code   ring   property   resource   frame   col   配置   

spring配置文件中添加

    <!-- 配置国际化资源文件 -->
    <bean id="messageSource"
        class="org.springframework.context.support.ResourceBundleMessageSource">
        <property name="basename" value="i18n"></property>    
    </bean>

 

springmvc国际化资源文件

标签:bundle   springmvc   code   ring   property   resource   frame   col   配置   

原文地址:https://www.cnblogs.com/znsongshu/p/10090193.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!