8000 GitHub - XuanGao2023/Blog: 博客网站 框架:spring boot+mybatis 集成redis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

XuanGao2023/Blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myBlogSite

一个博客网站

框架:spring boot+mybatis

集成redis实现热门博客维护和标签的维护,ehcache作页面缓存

目录

[TOC]

网站url符合rest风格

rest service是一种实现web service构架方式, 在这种框架下面, 对资源的访问和操作都是通过URI(Uniform Resource Identifiers)来实现的。

http://localhost/ 是网站首页

http://localhost/blogs/create 创建新文章页面

http://localhost/blogs/{id}/ 显示某一篇文章页面

http://localhost/blogs/{id}/edit 编辑某一篇文章页面

http://localhost/blogs/{id}/delete 删除某一篇文章

http://localhost/blogs/{id}/search 根据关键字检索

拦截器

异常处理

缓存

About

博客网站 框架:spring boot+mybatis 集成redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.4%
  • HTML 7.4%
  • CSS 2.2%
0