摘要: 1.导入依赖 父工程 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.a 阅读全文
posted @ 2021-06-28 22:59 Mr_sven 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 1.导入依赖 父工程 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.a 阅读全文
posted @ 2021-06-28 22:40 Mr_sven 阅读(1082) 评论(0) 推荐(0) 编辑
摘要: javabean对象 User user = new User(); (user对象两个属性 name:"张三",age:"李四")通过前端传递过来的json字符串(只有一个user对象的list集合的字符串) userJson = [{name:"张三",age:"李四"}] import com 阅读全文
posted @ 2021-06-28 22:04 Mr_sven 阅读(6720) 评论(0) 推荐(1) 编辑
摘要: String str ="{"employees":[{"firstName":"Bill","lastName":"Gates"},{"firstName":"George","lastName":"Bush"},{"firstName":"Thomas","lastName":"Carter"} 阅读全文
posted @ 2021-06-28 21:56 Mr_sven 阅读(2230) 评论(0) 推荐(0) 编辑