Skip to content
/ Blog Public

我的个人博客,使用最基础的JSP+Servlet技术搭建,适合练手,目前我已使用SSM框架对项目进行重构,项目新地址为:https://github.com/Esieve/Blog_SSM

License

Notifications You must be signed in to change notification settings

hhjswhh/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

update:这个项目可能不再维护了,我已使用SSM框架对原项目进行重构,地址为网址。不过该项目只需JSP、Servlet、Java基础就可上手,可以作为阶段练习项目。

这是我的个人博客,网址

前端使用Materialize,后端使用Servlet,使用Maven作为项目管理工具,版本控制使用Git,开发工具使用Intellij IDEA,数据库使用MySQL,文本编辑模块使用CKEditor插件,需要JDK1.8。

界面展示

image

image

后端设计

image

前端设计

image image image

数据库设计

  1. 数据库创建好后会添加about分类、“关于”文章、默认管理员(账号admin,密码123)
  2. blog_article表中第一篇是关于文章,categoryId为1
  3. blog_message中,messageType 0 指代消息类型的评论类型 1 留言 2 评论回复 3 留言回复 pid为消息的父ID,其中留言的pid设定为0
  4. blog_user中,userType 0代表普通用户,1代表管理员
  5. 具体可查看blog.sql文件

About

我的个人博客,使用最基础的JSP+Servlet技术搭建,适合练手,目前我已使用SSM框架对项目进行重构,项目新地址为:https://github.com/Esieve/Blog_SSM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published