diff --git a/README.md b/README.md index 44e30f747b74fa434ccfbd7ee2cf3fb22ae9ab54..5003935cb0511fb82505a6d53f1d17a43d388aa7 100644 --- a/README.md +++ b/README.md @@ -58,27 +58,30 @@ mall #### 后端技术 -| 技术 | 说明 | 官网 | -| -------------------- | ------------------- | ---------------------------------------------------- | -| 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 | -| MyBatisGenerator | 数据层代码生成 | http://www.mybatis.org/generator/index.html | -| PageHelper | MyBatis物理分页插件 | http://git.oschina.net/free/Mybatis_PageHelper | -| Swagger-UI | 文档生产工具 | https://github.com/swagger-api/swagger-ui | -| Hibernator-Validator | 验证框架 | http://hibernate.org/validator | -| Elasticsearch | 搜索引擎 | https://github.com/elastic/elasticsearch | -| RabbitMQ | 消息队列 | https://www.rabbitmq.com/ | -| Redis | 分布式缓存 | https://redis.io/ | -| MongoDB | NoSql数据库 | https://www.mongodb.com | -| Docker | 应用容器引擎 | https://www.docker.com | -| Druid | 数据库连接池 | https://github.com/alibaba/druid | -| OSS | 对象存储 | https://github.com/aliyun/aliyun-oss-java-sdk | -| MinIO | 对象存储 | https://github.com/minio/minio | -| JWT | JWT登录支持 | https://github.com/jwtk/jjwt | -| LogStash | 日志收集工具 | https://github.com/logstash/logstash-logback-encoder | -| Lombok | 简化对象封装工具 | https://github.com/rzwitserloot/lombok | -| Jenkins | 自动化部署工具 | https://github.com/jenkinsci/jenkins | +| 技术 | 说明 | 官网 | +| -------------------- | ------------------- | ---------------------------------------------- | +| 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 | +| MyBatisGenerator | 数据层代码生成 | http://www.mybatis.org/generator/index.html | +| Elasticsearch | 搜索引擎 | https://github.com/elastic/elasticsearch | +| RabbitMQ | 消息队列 | https://www.rabbitmq.com/ | +| Redis | 分布式缓存 | https://redis.io/ | +| MongoDB | NoSql数据库 | https://www.mongodb.com | +| LogStash | 日志收集工具 | https://github.com/elastic/logstash | +| Kibina | 日志可视化查看工具 | https://github.com/elastic/kibana | +| Nginx | 静态资源服务器 | https://www.nginx.com/ | +| Docker | 应用容器引擎 | https://www.docker.com | +| Jenkins | 自动化部署工具 | https://github.com/jenkinsci/jenkins | +| Druid | 数据库连接池 | https://github.com/alibaba/druid | +| OSS | 对象存储 | https://github.com/aliyun/aliyun-oss-java-sdk | +| MinIO | 对象存储 | https://github.com/minio/minio | +| JWT | JWT登录支持 | https://github.com/jwtk/jjwt | +| Lombok | 简化对象封装工具 | https://github.com/rzwitserloot/lombok | +| Hutool | Java工具类库 | https://github.com/looly/hutool | +| PageHelper | MyBatis物理分页插件 | http://git.oschina.net/free/Mybatis_PageHelper | +| Swagger-UI | 文档生成工具 | https://github.com/swagger-api/swagger-ui | +| Hibernator-Validator | 验证框架 | http://hibernate.org/validator | #### 前端技术