<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
        <property name="basename" value="config.property.i18l.message"></property>
        <!-- 支持UTF-8的中文 -->
        <property name="cacheSeconds" value="0"/>
        <property name="defaultEncoding" value="UTF-8"/>
    </bean>

 

相关文章:

  • 2021-04-10
  • 2021-06-09
  • 2022-12-23
  • 2022-01-11
  • 2021-05-10
  • 2021-09-10
  • 2021-06-06
猜你喜欢
  • 2021-09-02
  • 2021-12-07
  • 2021-08-03
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案