From 470a73075231839525d3363160c2bffe5aa1298e Mon Sep 17 00:00:00 2001 From: SimonSun Date: Thu, 20 Dec 2018 09:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3519f2a..e046370 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,26 @@ oauthserver是一个基于Spring Boot Oauth2的完整的独立的Oauth2 Server - MySQL ## 功能概览 +### api 1. Oauth token服务; 2. 微信、支付宝支付; 3. 七牛云存储; 3. 代码生成器。 - +### web +1. 主页 + 1. 了解OauthServer + 2. 新闻管理 + 3. 订单管理 +2. 系统管理 + 1. 菜单管理 + 2. 用户管理 + 3. 权限管理 +3. 数据字典 + 1. 系统工具 + 2. 代码生成 + 3. swagger + 4. druid + 5. 日志管理 ## 更新日志 ### 1.3.0 1. 项目拆分成两个模块,api和web;api运行在8181端口,web运行在8182端口。 -- Gitee