摘要: Student(学生类) 1 package com.kuang.pojo; 2 3 import java.util.*; 4 5 public class Student { 6 private String name; 7 private Address address; 8 private 阅读全文
posted @ 2020-05-30 09:59 芃-芃 阅读(1514) 评论(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 @ 2020-05-30 08:40 芃-芃 阅读(752) 评论(0) 推荐(1) 编辑