摘要: 在springMVC配置文件中设置 <!--JSON乱码问题配置--> <mvc:annotation-driven> <mvc:message-converters register-defaults="true"> <bean class="org.springframework.http.co 阅读全文
posted @ 2020-06-16 10:00 芃-芃 阅读(1110) 评论(0) 推荐(0)
摘要: 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 芃-芃 阅读(1537) 评论(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 芃-芃 阅读(764) 评论(0) 推荐(1)