摘要:
#每次都要重新配置,刚好又重新配置,就记录一下。以后看这里就行 1. 在git的安装目录下,用bash.exe打开 命令: ssh-keygen -t rsa -C 123456@qq.com 2. 在github上粘贴生成的public秘钥 打开id_rsa.pub文件将里面的内容粘贴到githu 阅读全文
摘要:
需要的写的代码文件: 代码: FirstParser public class FirstParser implements BeanDefinitionParser { private static final String ACTION = "say"; @Override public Bea 阅读全文
摘要:
这个目的只为了约束正确生效: 文件结构: spring.handlers: http\://www.shishi.com/myschema/customize=com.readspring.myannotation.MyNamespaceHandler spring.schemas: http\:/ 阅读全文