麦司机博客项目
博客主页:maisiji.cn/
github地址:github.com/fendoudebb/…
Java后端技术选型介绍
- SpringBoot: 后端框架
- 项目主页: spring.io/guides/gs/s…
- 开源地址: github.com/spring-proj…
- Undertow: Web服务器
- 项目主页: undertow.io/
- 开源地址: github.com/undertow-io…
- HikariCP: 数据库连接池
- Spring Data JPA: 简化curd操作
- Spring Data Redis: 操作Redis缓存
- Spring Security: 权限管理/统一登陆
- 项目主页: spring.io/projects/sp…
- 开源地址: github.com/spring-proj…
- Spring Actuator: 程序运行监控
- 项目主页: spring.io/guides/gs/a…
- 开源地址: github.com/spring-guid…
- Thymeleaf: 页面模板(考虑SEO未使用单页面应用)
- 项目主页: www.thymeleaf.org/
- 开源地址: github.com/thymeleaf/t…
- commonmark-java: 解析markdown语法
- 项目主页: commonmark.org/
- 开源地址: github.com/atlassian/c…
- Apache POI: 操作Office文档
- 项目主页: poi.apache.org/
- 开源地址: github.com/apache/poi
- MySql: 数据库
- 项目主页: www.mysql.com/
- 开源地址: github.com/mysql/mysql…
- Redis: 缓存服务器
- 项目主页: redis.io/
- 开源地址: github.com/antirez/red…
- Nginx: 静态资源服务器/请求转发
- 主页: nginx.org/
- 开源地址: github.com/nginx/nginx
- Let's Encrypt: https证书
- 项目主页: letsencrypt.org/
