태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.

<!-- VELOCITY SETTING   -->
    <bean id="velocityConfig" class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
        <property name="resourceLoaderPath">
            <value>/</value>            
        </property>
        <property name="velocityProperties">
            <props>
                 <prop key="input.encoding">euc-kr</prop>
                <prop key="output.encoding">euc-kr</prop>
            </props>
        </property>        
    </bean>
  

<bean id="viewResolver" class="org.springframework.web.servlet.view.velocity.VelocityViewResolver">
        <property name="cache" value="true"/>
        <property name="prefix" value=""/>
        <property name="suffix" value=".vm"/>
        <property name="contentType"><value>text/html; charset=euc-kr</value></property>

    </bean>

크리에이티브 커먼즈 라이선스
Creative Commons License
Posted by 때찌1