We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我添加了
<beans:bean id="velocityConfigurer" class="org.springframework.web.servlet.view.velocity.VelocityConfigurer"> <!--<beans:property name="resourceLoaderPath" value="/velocity 模板目录/"/>--> <beans:property name= "velocityProperties"> <beans:props> <beans:prop key="input.encoding">utf-8</beans:prop> <beans:prop key="output.encoding">utf-8</beans:prop> <beans:prop key="userdirective">com.my.directive.Script</beans:prop> </beans:props> </beans:property> </beans:bean>
但是vm依然解析不了#script() webx3中该如何添加自定义的velocity块指令呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我添加了
但是vm依然解析不了#script()
webx3中该如何添加自定义的velocity块指令呢?
The text was updated successfully, but these errors were encountered: