fastjson2/example-spring-test
CodePlayer 0a0014b5fc
Improve some code, fix some bugs (#3317)
* Unified setting file encoding to UTF-8

* Fix issue#3283

* Aligning with new features of JDK8

* Simply some redundant code

* Improve Map handle performance

* Fix some potential bugs

* Improve some String processing performance

* Remove unnecessary protected modifier from final classes, because they are NOT inheritable

* Aligning with new features of JDK8

* Optimize FastJsonJsonView

* Fix conditional branch duplication
2025-01-25 00:11:21 +08:00
..
2025-01-12 01:40:03 +08:00
2022-12-18 18:59:56 +08:00

启动方式

运行SpringTestApplication.main方法即可

测试

访问http://localhost:8080/test?username=123&password=456测试HttpMessageConverter是否正常工作。 访问http://localhost:8080/hello进入一个聊天页面测试websocket是否正常工作。 访问任意找不到的地址即可测试FastJsonJsonView错误页面已经使用FastJsonJsonView。