DesignPatternCourseDesign icon indicating copy to clipboard operation
DesignPatternCourseDesign copied to clipboard

基于Spring MVC的demo,包含几篇介绍web开发的博客,用于设计模式课设

Results 3 DesignPatternCourseDesign issues
Sort by recently updated
recently updated
newest added

“进行测试 启动服务器 输入localhost:8080/msg/addMsg?userId=1&content=hello(user_id可以去数据库user表里看一下) 输入localhost:8080/msg/getMsgs” 应该是 localhost:8080/msg/getMsg

添加**回车提交**留言的功能

留言提交成功后,之前的留言依然会在输入框中存在