当前位置:网站首页>Article management system based on SSM framework
Article management system based on SSM framework
2022-07-07 00:33:00 【biyezuopinvip】
Resource download address :https://download.csdn.net/download/sheziqiong/85926871
Resource download address :https://download.csdn.net/download/sheziqiong/85926871
Simple article management system ( Add message reply function )
use editor Of Markdown The rich text editor realizes the writing of articles , Added message reply function ,
At present, it mainly realizes the function of adding, deleting, modifying and checking articles , The project background page uses layui The background template provided by the official website .
notes : At present, this project does not realize the function of uploading and downloading pictures ; use MySQL Create a table to realize the message reply function , This is not a suitable way , If you are interested ,
Please step by step to find out RabbitMQ Message component . If it is a small project of personal practice , This blog post should help you .
About the project :
Environmental Science :jdk1.8 + mysql5.7 + maven + tomcat8 + IDEA
Back end :spring + springmvc + mybatis
front end :layui + bootstrap + editor(Markdown Rich text editor )
Database name :leave_message
Get down to business
Project directory structure

1. Create a table structure
create database leave_message character set utf8;
- admin surface
create table admin(
a_id int primary key auto_increment,
a_name varchar(100),
a_password varchar(100)
)default charset = utf8;
- article surface
create table article(
r_id int primary key auto_increment,
r_author varchar(100),
r_summary varchar(100),
r_content text,
)default charset = utf8;
- guestbook
create table words(
# Leaving a message. id Number
lw_id int primary key auto_increment,
# The name of the person leaving the message
lw_name varchar(100),
# Message time
lw_date varchar(100),
# Message content
lw_content varchar(100),
# For whom to leave a message?
lw_for_name varchar(100),
# Where to leave a message
lw_for_article_id varchar(100)
)default charset = utf8;
- Reply table
create table reply(
# Reply message id Number
lr_id int primary key auto_increment,
# Name of the respondent
lr_name varchar(100),
# Reply time
lr_date varchar(100),
# Reply content
lr_content varchar(100),
# Reply to whom
lr_for_name varchar(100),
# Under which message did you reply
lr_for_words varchar(100),
# In which article did you reply
lr_for_article_id varchar(100)
)default charset = utf8;
Message reply function
As mentioned above , For the message reply function D The design and its defects , Details please see :

Screenshot of project effect
The login page ( His writing , I feel gray is often beautiful )





Resource download address :https://download.csdn.net/download/sheziqiong/85926871
Resource download address :https://download.csdn.net/download/sheziqiong/85926871
边栏推荐
- Testers, how to prepare test data
- PostgreSQL uses pgpool II to realize read-write separation + load balancing
- Clipboard management tool paste Chinese version
- 【向量检索研究系列】产品介绍
- [2022 the finest in the whole network] how to test the interface test generally? Process and steps of interface test
- 一图看懂对程序员的误解:西方程序员眼中的中国程序员
- Pytest multi process / multi thread execution test case
- How to use vector_ How to use vector pointer
- Leecode brush questions record sword finger offer 11 Rotate the minimum number of the array
- DAY TWO
猜你喜欢

DAY SIX

MySQL learning notes (mind map)

DAY SIX

509 certificat basé sur Go

Introduction to GPIO

@TableId can‘t more than one in Class: “com.example.CloseContactSearcher.entity.Activity“.

DAY FIVE

Introduction au GPIO

互动滑轨屏演示能为企业展厅带来什么

Imeta | Chen Chengjie / Xia Rui of South China Agricultural University released a simple method of constructing Circos map by tbtools
随机推荐
Leecode brush questions record sword finger offer 44 A digit in a sequence of numbers
刘永鑫报告|微生物组数据分析与科学传播(晚7点半)
Pytest multi process / multi thread execution test case
DAY TWO
Leecode brush questions record interview questions 32 - I. print binary tree from top to bottom
Leecode brush question record sword finger offer 58 - ii Rotate string left
微信小程序uploadfile服务器,微信小程序之wx.uploadFile[通俗易懂]
基于GO语言实现的X.509证书
英雄联盟|王者|穿越火线 bgm AI配乐大赛分享
Data analysis course notes (V) common statistical methods, data and spelling, index and composite index
VTK volume rendering program design of 3D scanned volume data
Oracle EMCC 13.5 environment in docker every minute
PXE server configuration
Model-Free Prediction
2022/2/11 summary
DAY ONE
iMeta | 华南农大陈程杰/夏瑞等发布TBtools构造Circos图的简单方法
从外企离开,我才知道什么叫尊重跟合规…
openresty ngx_ Lua subrequest
48 page digital government smart government all in one solution