| 技术 | 说明 | 补充说明或文档链接 |
|---|---|---|
| Spring Boot2.0 | 容器+框架 | https://spring.io/projects/spring-boot |
| thymeleaf | 后端模版 | 传统后端渲染模版 |
| thymeleaf-extras-springsecurity4 | 模版与security整合 | 引入sec命名空间 |
| Spring Data/JPA | 数据访问 | |
| Lombok | 简化对象封装工具 | |
| Spring Security | 安全权限框架 |
| 技术 | 说明 | 补充说明或文档链接 |
|---|---|---|
| 百度UEditor | 富文本编辑器 | http://fex.baidu.com/ueditor/ |
- Thymeleaf使用demo,组件复用技术,与前端ui框架整合实现,探索前后端分离的逐步实现。
- Spring Data demo,探索ORM框架hibernate的机制,JPA实体关系映射(一对多,多对多等)。
- Spring Security demo, 编写securityConfig配置,过滤web请求,四种用户认证的方式,方法级别的保护。
- Spring Restful api demo。
- 百度UEditor富文本编辑