摘要: spring 注解 设置xml配置文件 xxxxxxxxxx <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www 阅读全文
posted @ 2021-02-20 20:07 酷酷的城池 阅读(48) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 阅读全文
posted @ 2021-02-20 16:59 酷酷的城池 阅读(44) 评论(0) 推荐(0) 编辑
摘要: spring 创建三种创建对象的方法 User类 x public class User { private String name; private Integer age; private TestObj testObj; public TestObj getTestObj(){ return 阅读全文
posted @ 2021-02-20 11:47 酷酷的城池 阅读(126) 评论(0) 推荐(0) 编辑