2023-02-13 03:11:47 +08:00

10 lines
478 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 启动方式
运行SpringTestApplication.main方法即可
### 测试
访问[http://localhost:8080/test?username=123&password=456](http://localhost:8080/test?username=123&password=456)测试HttpMessageConverter是否正常工作。
访问[http://localhost:8080/hello](http://localhost:8080/hello)进入一个聊天页面测试websocket是否正常工作。
访问任意找不到的地址即可测试FastJsonJsonView错误页面已经使用FastJsonJsonView。