Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

Releases: freedom-zjw/MovieComment

MovieCommentV1.0.1

17 Dec 05:32
Compare
Choose a tag to compare

修复了 电影详情页 在举报或者删除评论之后, 再创建新评论会重复执行举报或者删除操作造成数据库崩溃的问题

MovieCommentV1.0

16 Dec 17:25
Compare
Choose a tag to compare

一个影评网,收录了部分电影和电视剧
使用方法:
1.本地mysql数据库新建一个名为user密码为123的用户
2.按顺序运行database_sql.zip 的sql语句,初始化建立网站数据库
3.将war文件放到Tomcat目录下的webapp文件夹
4.启动Tomcat 然后浏览器地址输入 localhost:3306/MovieComment 访问