Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
toplusifer committed Aug 26, 2019
1 parent 1516122 commit 91ce2f4
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,36 @@ Aliyun SDK OSS | 阿里云对象存储服务

技术 | 说明 | 地址
----|----|----
Spring Boot | 新一代 JavaEE 开发标准 | https://github.com/spring-projects/spring-boot
Spring Cloud Alibaba | 阿里巴巴基于 Spring Cloud 编程模型的微服务生态 | https://github.com/alibaba/spring-cloud-alibaba
Spring Cloud Alibaba Dubbo | 与 Spring Cloud Alibaba 生态相结合的高性能 Java RPC 框架 | https://github.com/apache/dubbo
Spring Security oAuth2 | 安全认证和授权框架 | https://github.com/spring-projects/spring-security-oauth
Spring Social | 第三方登录接入框架 | https://github.com/spring-projects/spring-social
TkMyBatis | 基于 MyBatis 二次开发的轻量级框架,用于简化 MyBatis 操作 | https://github.com/abel533/Mapper
MyBatisGenerator | Maven 插件,用于 MyBatis 相关代码生成 | http://www.mybatis.org/generator/
MybatisCodeHelper | Intellij IDEA 插件,用于 MyBatis 相关代码生成 | https://plugins.jetbrains.com/plugin/9837-mybatiscodehelperpro
PageHelper | MyBatis 分页插件 | https://github.com/pagehelper/Mybatis-PageHelper
Swagger | API 文档生成工具 | https://github.com/swagger-api/swagger-ui
HikariCP | 数据库连接池 | https://github.com/brettwooldridge/HikariCP
Docker | 容器化引擎 | https://www.docker.com/
Docker Compose | 容器编排工具 | https://docs.docker.com/compose/
Kubernetes | 容器编排系统 | https://kubernetes.io/
TiDB | 分布式数据库 | https://pingcap.com/
OKHttp3 | 轻量级网络框架 | https://github.com/square/okhttp
Feign | 声明式 HTTP 客户端 | https://github.com/OpenFeign/feign
Spring Boot | 新一代 JavaEE 开发标准 | [GitHub](https://github.com/spring-projects/spring-boot)
Spring Cloud Alibaba | 阿里巴巴基于 Spring Cloud 编程模型的微服务生态 | [GitHub](https://github.com/alibaba/spring-cloud-alibaba)
Spring Cloud Alibaba Dubbo | 与 Spring Cloud Alibaba 生态相结合的高性能 Java RPC 框架 | [GitHub](https://github.com/apache/dubbo)
Spring Security oAuth2 | 安全认证和授权框架 | [GitHub](https://github.com/spring-projects/spring-security-oauth)
Spring Social | 第三方登录接入框架 | [GitHub](https://github.com/spring-projects/spring-social)
TkMyBatis | 基于 MyBatis 二次开发的轻量级框架,用于简化 MyBatis 操作 | [GitHub](https://github.com/abel533/Mapper)
MyBatisGenerator | Maven 插件,用于 MyBatis 相关代码生成 | [官网](http://www.mybatis.org/generator/)
MybatisCodeHelper | Intellij IDEA 插件,用于 MyBatis 相关代码生成 | [官网](https://plugins.jetbrains.com/plugin/9837-mybatiscodehelperpro)
PageHelper | MyBatis 分页插件 | [GitHub](https://github.com/pagehelper/Mybatis-PageHelper)
Swagger | API 文档生成工具 | [GitHub](https://github.com/swagger-api/swagger-ui)
HikariCP | 数据库连接池 | [GitHub](https://github.com/brettwooldridge/HikariCP)
Docker | 容器化引擎 | [官网](https://www.docker.com/)
Docker Compose | 容器编排工具 | [官网](https://docs.docker.com/compose/)
Kubernetes | 容器编排系统 | [官网](https://kubernetes.io/)
TiDB | 分布式数据库 | [官网](https://pingcap.com/)
OKHttp3 | 轻量级网络框架 | [GitHub](https://github.com/square/okhttp)
Feign | 声明式 HTTP 客户端 | [GitHub](https://github.com/OpenFeign/feign)

## 前端技术

技术 | 说明 | 地址
----|----|----
Vue | 前端框架,MVVM 模式的实现者 | https://github.com/vuejs/vue
Vue CLI | Vue 脚手架,基于 NodeJS | https://github.com/vuejs/vue-cli
Vue Router | Vue 路由框架 | https://github.com/vuejs/vue-router
Vuex | Vue 全局状态管理框架 | https://github.com/vuejs/vuex
Axios | 前端 HTTP 框架 | https://github.com/axios/axios
Element UI | 饿了么 UI 框架 | https://element.eleme.cn
Vue Element Admin | 基于 Element UI 的前端后台解决方案 | https://github.com/PanJiaChen/vue-element-admin
Vue Image Crop Upload | Vue 图片剪裁上传组件 | https://github.com/dai-siki/vue-image-crop-upload
Vue | 前端框架,MVVM 模式的实现者 | [GitHub](https://github.com/vuejs/vue)
Vue CLI | Vue 脚手架,基于 NodeJS | [GitHub](https://github.com/vuejs/vue-cli)
Vue Router | Vue 路由框架 | [GitHub](https://github.com/vuejs/vue-router)
Vuex | Vue 全局状态管理框架 | [GitHub](https://github.com/vuejs/vuex)
Axios | 前端 HTTP 框架 | [GitHub](https://github.com/axios/axios)
Element UI | 饿了么 UI 框架 | [官网](https://element.eleme.cn)
Vue Element Admin | 基于 Element UI 的前端后台解决方案 | [GitHub](https://github.com/PanJiaChen/vue-element-admin)
Vue Image Crop Upload | Vue 图片剪裁上传组件 | [GitHub](https://github.com/dai-siki/vue-image-crop-upload)

## 框架集成

Expand Down

0 comments on commit 91ce2f4

Please sign in to comment.