Bergling 是一个基于Vue 和 Springboot 开发的前后端分离博客,采用了最新的前后端技术栈。
| 技术 | 说明 | 官网 |
|---|---|---|
| SpringBoot | 容器+MVC框架 | https://spring.io/projects/spring-boot |
| SpringSecurity | 认证授权框架 | https://spring.io/projects/spring-security |
| MyBatis | ORM框架 | http://www.mybatis.org/mybatis-3/zh/index.html |
| PageHelper | Mybatis分页插件 | https://pagehelper.github.io |
| Hibernator-Validator | 验证框架 | http://hibernate.org/validator |
| Druid | Alibaba数据库连接池 | https://github.com/alibaba/druid |
| JWT | JWT登录支持 | https://github.com/jwtk/jjwt |
| Lombok | 对象封装工具 | https://github.com/rzwitserloot/lombok |
| 技术 | 说明 | 官网 |
|---|---|---|
| Vue | 前端开源框架 | https://vuejs.org |
| Vue-router | 路由框架 | https://router.vuejs.org |
| Vuex | 全局状态管理框架 | https://vuex.vuejs.org |
| Element-UI | 前端UI框架 | https://element.eleme.io |
| Axios | 前端HTTP框架 | http://www.axios-js.com/ |