From def741a1a08c6f11a1ef3c3618baa5038a405130 Mon Sep 17 00:00:00 2001 From: xuexionglong <28683616@qq.com> Date: Fri, 8 Mar 2019 21:45:11 +0800 Subject: [PATCH 1/8] gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fafad524..cff2c893 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ target/ .settings/ .classpath ace-modules/ace-tool/src/main/resources/application-dev.yml +/.metadata/ -- Gitee From a1f01e006af48e0fd03fcdf6873c19d3c7aa9b9a Mon Sep 17 00:00:00 2001 From: happysoft Date: Fri, 8 Mar 2019 22:51:07 +0800 Subject: [PATCH 2/8] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0571c89e..80045532 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Cloud`微`服务`化`开发平台`,具有统一授权、认证后台管理系 ![image.png](https://upload-images.jianshu.io/upload_images/5700335-dab38445194e6729.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ### 架构摘要 +架构说明 #### 服务鉴权 通过`JWT`的方式来加强服务之间调度的权限验证,保证内部服务的安全性。 -- Gitee From e75487e1d7eb290a0aeb8a743f94ee7d0593fc98 Mon Sep 17 00:00:00 2001 From: simonfj Date: Fri, 8 Mar 2019 23:03:05 +0800 Subject: [PATCH 3/8] =?UTF-8?q?webid=E6=9B=B4=E6=96=B0reamde?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80045532..8449944b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Cloud`微`服务`化`开发平台`,具有统一授权、认证后台管理系 ### 架构摘要 架构说明 + #### 服务鉴权 通过`JWT`的方式来加强服务之间调度的权限验证,保证内部服务的安全性。 -- Gitee From b8396a9e84a5b81ce3811eac177275443a4eec58 Mon Sep 17 00:00:00 2001 From: simonfj Date: Fri, 8 Mar 2019 23:05:25 +0800 Subject: [PATCH 4/8] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8449944b..b550aa68 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Cloud`微`服务`化`开发平台`,具有统一授权、认证后台管理系 ![image.png](https://upload-images.jianshu.io/upload_images/5700335-dab38445194e6729.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ### 架构摘要 -架构说明 +微服务框架+管理后台框架 #### 服务鉴权 通过`JWT`的方式来加强服务之间调度的权限验证,保证内部服务的安全性。 -- Gitee From 407c704b0ea700b5edde4b76feb0274cc45cbd76 Mon Sep 17 00:00:00 2001 From: simonfj Date: Fri, 8 Mar 2019 23:07:15 +0800 Subject: [PATCH 5/8] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b550aa68..adade4b2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Cloud`微`服务`化`开发平台`,具有统一授权、认证后台管理系 ![image.png](https://upload-images.jianshu.io/upload_images/5700335-dab38445194e6729.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ### 架构摘要 -微服务框架+管理后台框架 +微服务框架(spring cloud)+管理后台框架(前后端分离) #### 服务鉴权 通过`JWT`的方式来加强服务之间调度的权限验证,保证内部服务的安全性。 -- Gitee From 2d6972f8ac7d6631cf6302df12a66a0d337ef0ab Mon Sep 17 00:00:00 2001 From: happysoft Date: Fri, 8 Mar 2019 23:15:08 +0800 Subject: [PATCH 6/8] =?UTF-8?q?=E6=96=B0=E5=A2=9E.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cff2c893..52f30c19 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ target/ .classpath ace-modules/ace-tool/src/main/resources/application-dev.yml /.metadata/ +/cloud-admin.ppk -- Gitee From ac459cb03d5a19b2ef569fa7d11185b3f007c39f Mon Sep 17 00:00:00 2001 From: simonfj Date: Tue, 23 Feb 2021 10:07:32 +0800 Subject: [PATCH 7/8] =?UTF-8?q?update=20README.md.=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E6=95=88=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index adade4b2..9b38dc74 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Cloud`微`服务`化`开发平台`,具有统一授权、认证后台管理系 ### 基础文档,[点击查看](https://gitee.com/minull/ace-security/wikis/Cloud-Admin%E5%90%AF%E5%8A%A8%E6%8C%87%E5%8D%97?parent=%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8C) # 模块说明 -![image.png](https://upload-images.jianshu.io/upload_images/5700335-dab38445194e6729.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) + ### 架构摘要 微服务框架(spring cloud)+管理后台框架(前后端分离) @@ -41,31 +41,7 @@ Cloud`微`服务`化`开发平台`,具有统一授权、认证后台管理系 ### 基本功能 # 功能截图 -![image.png](https://upload-images.jianshu.io/upload_images/5700335-bb4d5072f32f5927.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![image.png](https://upload-images.jianshu.io/upload_images/5700335-a9f26458195dca0f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![image.png](https://upload-images.jianshu.io/upload_images/5700335-6cc59493c7726637.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![image.png](https://upload-images.jianshu.io/upload_images/5700335-6d1898aec1f8d6ae.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-002735d1727ec11b.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-e5e56924aaeacf1e.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-b3044673b4a55203.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-75151a17ae4319cf.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-ab942829c130389e.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-30e6df679695f150.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-347e3e761188a824.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-569696e4e70e5ad2.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) -![image.png](http://upload-images.jianshu.io/upload_images/5700335-e83767c67c15c2e8.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ## License -- Gitee From 28af0268788e5562b604534a4778f522a814c9a9 Mon Sep 17 00:00:00 2001 From: simonfj Date: Tue, 23 Feb 2021 10:10:42 +0800 Subject: [PATCH 8/8] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=95=88?= =?UTF-8?q?=E7=9A=84=E5=9B=BE=E7=89=87=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/README.md b/README.md index adade4b2..9b38dc74 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Cloud`微`服务`化`开发平台`,具有统一授权、认证后台管理系 ### 基础文档,[点击查看](https://gitee.com/minull/ace-security/wikis/Cloud-Admin%E5%90%AF%E5%8A%A8%E6%8C%87%E5%8D%97?parent=%E5%BC%80%E5%8F%91%E6%89%8B%E5%86%8C) # 模块说明 -![image.png](https://upload-images.jianshu.io/upload_images/5700335-dab38445194e6729.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) + ### 架构摘要 微服务框架(spring cloud)+管理后台框架(前后端分离) @@ -41,31 +41,7 @@ Cloud`微`服务`化`开发平台`,具有统一授权、认证后台管理系 ### 基本功能 # 功能截图 -![image.png](https://upload-images.jianshu.io/upload_images/5700335-bb4d5072f32f5927.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![image.png](https://upload-images.jianshu.io/upload_images/5700335-a9f26458195dca0f.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![image.png](https://upload-images.jianshu.io/upload_images/5700335-6cc59493c7726637.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![image.png](https://upload-images.jianshu.io/upload_images/5700335-6d1898aec1f8d6ae.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-002735d1727ec11b.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-e5e56924aaeacf1e.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-b3044673b4a55203.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-75151a17ae4319cf.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-ab942829c130389e.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-30e6df679695f150.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-347e3e761188a824.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) - -![img](http://upload-images.jianshu.io/upload_images/5700335-569696e4e70e5ad2.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) -![image.png](http://upload-images.jianshu.io/upload_images/5700335-e83767c67c15c2e8.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) ## License -- Gitee