fastjson2/example-spring6-test
wenshao 409ae2d411 2.0.58 init 2025-03-31 15:32:20 +08:00
..
src fix adjust test annotation and enhance getList for ObjectWriterImplList 2023-08-25 13:01:11 +08:00
README.md make example-spring6-test work 2023-02-13 03:11:47 +08:00
pom.xml 2.0.58 init 2025-03-31 15:32:20 +08:00

README.md

启动方式

运行SpringTestApplication.main方法即可

测试

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