spring 配置properties 编码

<!-- properties 配置文件 -->
    <bean id="propertyConfigurer"
        class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
        <property name="locations">
            <array>
                <value>classpath*:app.properties</value>
                <value>classpath*:redis.properties</value>
            </array>
        </property>
        <property name="fileEncoding" value="utf-8"></property>  配置utf-8 编码
    </bean>

 

posted on 2017-06-26 14:31  正义的伙伴!  阅读(243)  评论(0编辑  收藏  举报

导航

//增加一段JS脚本,为目录生成使用