基于SpringBoot搭建的单体应用服务框架架构
| 技术 | 说明 | 官网 |
|---|---|---|
| Spring Boot | 容器+MVC框架 | https://spring.io/projects/spring-boot |
| Spring Secutiry | 认证授权框架 | https://spring.io/projects/spring-security |
| MyBatis | ORM框架 | http://www.mybatis.org/mybatis-3/zh/index.html |
| tk-mybatis | MyBatis通用Mapper | https://github.com/abel533/Mapper |
| PageHelper | MyBatis分页插件 | http://git.oschina.net/free/Mybatis_PageHelper |
| Redis | 缓存与分布式锁 | https://redis.io/ |
| Druid | 数据库连接池 | https://github.com/alibaba/druid |
| JWT | JWT Token | https://github.com/jwtk/jjwt |
| Netty | IM框架 | https://netty.io/ |
| Elasticsearch | 搜索引擎 | https://github.com/elastic/elasticsearch |