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
文章地址:https://www.jianshu.com/p/e2baa8d87029 发现这段代码渲染不完整
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> <!-- 通过CustomEditorConfigurer这个BeanFactoryProcessor来完成自定义的ProperyEditor到IOC容器的添加功能 --> <bean class="org.springframework.beans.factory.config.CustomEditorConfigurer"> <property name="propertyEditorRegistrars"> <bean class="com.panlingxiao.spring.validation.editor.MyPropertyEditorRegistrar"/> </property> </bean> <bean class="com.panlingxiao.spring.validation.domain.Circle" id="circle"> <property name="point" value="1;2"/> </bean> </beans>
The text was updated successfully, but these errors were encountered:
谢谢反馈,估计是 <!-- 被转义导致的,jianshu.com 挂了,我明天确认下。
<!--
Sorry, something went wrong.
嗨,代码增强插件 已更新到 0.0.6 修复了此问题,我将关闭此 issues 如有疑问,请重新开启它。 😀
更新方法:点击上面链接中的 安装当前插件 即可。
No branches or pull requests
文章地址:https://www.jianshu.com/p/e2baa8d87029
发现这段代码渲染不完整
The text was updated successfully, but these errors were encountered: