## 项目类型
问答社区
## 项目技术
前端:HTML/CSS/JavaScript/jQuery/Bootstrap
后端:Java/JSP/Spring/SpringMVC/MyBaits/MySQL/Redis
## 项目说明
此项目目前完成了基本的问答功能,其余功能有待后续更新。
## 项目数据库
```SQL
create database wenfou character set utf8 collate utf8_general_ci;
use wenfou;
create table user(
id int primary key auto_increment,
account varchar(20) not null comment '账号',
password varchar(64) not null comment '密码',
username varchar(20) not null comment '用户名',
avatar varchar(50) not null comment'头像',
created_time timestamp not null default current_timestamp comment '创建时间',
updated_time timestamp not null default current_timestamp comment '修改时间'
)comment '用户表';
create table question(
id int primary key auto_increment,
title varchar(100) not null comment '提问标题',
content text not null comment '提问内容',
question_type_id int not null comment '分类id',
user_id int not null comment '用户id',
created_time timestamp not null default current_timestamp comment '创建时间',
updated_time timestamp not null default current_timestamp comment '修改时间'
)comment '提问表';
create table answer(
id int primary key auto_increment,
content text not null comment '回复内容',
question_id int not null comment '分类id',
user_id int not null comment '用户id',
created_time timestamp not null default current_timestamp comment '创建时间',
updated_time timestamp not null default current_timestamp comment '修改时间'
)comment '回复表';
create table question_type(
id int primary key auto_increment,
name varchar(10) not null comment '分类名'
)comment='分类表';
```
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
java毕设项目,完整前后端源码,带数据库,项目可正常运行。 环境说明: 开发语言:Java 框架:springboot JDK版本:JDK1.8 服务器:tomcat7 数据库:mysql 5.7(一定要5.7版本) 数据库工具:Navicat11 开发软件:eclipse/myeclipse/idea Maven包:Maven3.3.9
资源推荐
资源详情
资源评论
收起资源包目录
java毕业设计之软件学院互助答疑平台源码(ssm后端+mysql+前端+说明文档+LW).zip (116个子文件)
UserServiceImpl.class 6KB
QuestionController.class 5KB
UserController.class 5KB
QuestionServiceImpl.class 4KB
Question.class 4KB
HomeController.class 3KB
Answer.class 3KB
AnswerServiceImpl.class 3KB
LoginController.class 3KB
User.class 2KB
AnswerController.class 2KB
Auth.class 2KB
AuthInterceptor.class 1KB
Response.class 1KB
QuestionType.class 1KB
ServerStartupListener.class 1KB
QuestionService.class 973B
QuestionTypeServiceImpl.class 868B
Pagination.class 858B
Demo.class 745B
AnswerService.class 636B
QuestionMapper.class 490B
UserService.class 485B
RedisKey.class 396B
AnswerMapper.class 377B
UserMapper.class 370B
QuestionTypeService.class 258B
QuestionTypeMapper.class 255B
.classpath 1KB
org.eclipse.wst.common.component 653B
org.eclipse.wst.jsdt.ui.superType.container 49B
style.css 4KB
reset.css 1KB
软件学院互助答疑平台ssm mysql.doc 81KB
UserServiceImpl.java 7KB
UserController.java 5KB
QuestionServiceImpl.java 4KB
QuestionController.java 4KB
Question.java 3KB
HomeController.java 3KB
Answer.java 2KB
AnswerServiceImpl.java 2KB
User.java 2KB
Auth.java 2KB
LoginController.java 1KB
QuestionService.java 1KB
AnswerController.java 1KB
UserService.java 848B
AnswerService.java 818B
AuthInterceptor.java 777B
Response.java 767B
Pagination.java 728B
ServerStartupListener.java 722B
QuestionMapper.java 633B
QuestionType.java 615B
QuestionTypeServiceImpl.java 570B
UserMapper.java 525B
AnswerMapper.java 448B
Demo.java 412B
QuestionTypeService.java 231B
QuestionTypeMapper.java 230B
RedisKey.java 161B
Cay6k3ofde_1584792549895.jpg 69KB
bg.jpg 50KB
5Z1Esirp4F_1584769634100.jpg 23KB
avatar.jpg 9KB
particles.min.js 23KB
app.js 2KB
cropbox-min.js 2KB
.jsdtscope 639B
home.jsp 19KB
show.jsp 11KB
index.jsp 10KB
login.jsp 8KB
add.jsp 7KB
navtar.jsp 3KB
global.jsp 653B
message_tip.jsp 483B
header.jsp 387B
message_tip.jsp 254B
README.md 2KB
MANIFEST.MF 114B
org.eclipse.wst.jsdt.ui.superType.name 6B
name.png 5KB
password.png 4KB
org.eclipse.jdt.core.prefs 430B
org.eclipse.core.resources.prefs 212B
org.eclipse.m2e.core.prefs 90B
org.eclipse.wst.validation.prefs 50B
.project 1KB
pom.properties 232B
db.properties 172B
db.properties 172B
db.properties 172B
redis.properties 111B
redis.properties 111B
redis.properties 111B
wenfou.sql 6KB
pom.xml 7KB
pom.xml 7KB
共 116 条
- 1
- 2
资源评论
码农落落
- 粉丝: 972
- 资源: 2303
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功