基于ssm框架,使用SpringBoot并使用Shiro权限框架,构成具有前端显示和后端管理的多人博客平台。
- 未实现RESTful(T-T)
- 人员管理板块未实现
- log4j日志未完成
- 个人文章,首页等还不能自定义每页显示文章数量(这个好实现。。)
技术 | 名称 | 官网 |
---|---|---|
Spring | 容器 | http://projects.spring.io/spring-framework/ |
SpringMVC | MVC框架 | http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#mvc |
SpringBoot | 快速开发框架 | https://github.com/spring-projects/spring-boot |
Apache Shiro | 安全框架 | http://shiro.apache.org/ |
MyBatis | ORM框架 | http://www.mybatis.org/mybatis-3/zh/index.html |
MyBatis Generator | 代码生成 | http://www.mybatis.org/generator/index.html |
Druid | 数据库连接池 | https://github.com/alibaba/druid |
Ehcache | 进程内缓存框架 | http://www.ehcache.org/ |
Log4J | 日志组件 | http://logging.apache.org/log4j/1.2/ |
Maven | 项目构建管理 | http://maven.apache.org/ |
技术 | 名称 | 官网 |
---|---|---|
jQuery | 函式库 | http://jquery.com/ |
Bootstrap | 前端框架 | http://getbootstrap.com/ |
LayUI | 前端框架 | http://www.layui.com/ |
- 系统:Linux Arch
- IDE:intellJ IDEA
- 数据库:Mysql
- 应用服务器:tomcat
- 数据库客户端:DBeaver
- jdk版本:jdk8