摘要: 返回主页 你是风儿 博客园首页新随笔联系订阅管理 随笔 - 29 文章 - 0 评论 - 23 FastJson对于JSON格式字符串、JSON对象及JavaBean之间的相互转换 fastJson对于json格式字符串的解析主要用到了一下三个类: JSON:fastJson的解析器,用于JSON格式字符串与JSON对象及javaBean之间的转换。 JSONObject:fastJso... 阅读全文
posted @ 2018-12-17 18:11 雷神约 阅读(324) 评论(0) 推荐(0) 编辑
摘要: package com.example.exception; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.HandlerExceptionResolver; import org.springframework.web.servlet.Mo... 阅读全文
posted @ 2018-12-17 16:56 雷神约 阅读(192) 评论(0) 推荐(0) 编辑
摘要: package com.example.demo;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.test.context.SpringBootTes... 阅读全文
posted @ 2018-12-17 12:44 雷神约 阅读(3103) 评论(1) 推荐(1) 编辑