
* add new method JSONFactory.getDefaultReaderFeatures(),JSONFactory.getDefaultWriterFeatures(), * add new method JSONFactory.getDefaultWriterZoneId(),JSONFactory.getDefaultReaderZoneId(), * add new method JSONFactory.getDefaultReaderFormat(), * remove a blank line * Add module extension-solon & example-solon-test * Beautify module extension-solon comments * Beautify module example-solon-test readme * Beautify module example-solon-test pom.xml * Adjusting module ordering * fix fastjson2-extension-solon checkstyle list * fix example-solon-test checkstyle list * fix fastjson2-extension-solon checkstyle list * fix fastjson2-extension-solon remove the requirement case2 test * Optimize fastjson2-extension-solon code and comments
577 B
577 B
启动方式
运行 SolonTestApp.main 方法(或者直接运行单测 DemoTest )
测试
测试 Render 是否正常工作
测试 找不到的地址异常(技术上和上面一样,Solon 所有的 Web 输出都会走:Render 接口)
说明
此演示,会自动触发 fastjson2-extension-solon 的:
- Fastjson2RenderFactory
- Fastjson2ActionExecutor