From a677c889ee8b9b904e206508d5e357b112f8e21a Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Thu, 3 Dec 2020 18:58:24 +0800 Subject: [PATCH] docs: :memo: add boot-admin --- README.md | 1 + README.zh.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index f8f7facd..e4cda775 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ The following access addresses are built and deployed by the latest master branc | Name | HomePage | Preview | Introduction | | --- | --- | --- | --- | +| boot-admin | [Github](https://github.com/hb0730/boot-admin) | [Link](http://admin.hb0730.com/) | Management system based on SpringBoot | | d2-admin-xiya-go-cms | [Link](https://github.com/d2-projects/d2-admin-xiya-go-cms) | [Link](https://d2.pub/d2-admin-xiya-go-cms/preview) | D2Admin + authority system + dynamic router | | d2-advance | [Link](https://github.com/d2-projects/d2-advance) | [Link](https://d2.pub/d2-advance/preview) | Technical exploration inspired by D2Admin | | d2-crud-plus | [Link](https://github.com/greper/d2-crud-plus) | [Link](http://qiniu.veryreader.com/D2CrudPlusExample/index.html) | Easy development of crud function | diff --git a/README.zh.md b/README.zh.md index bd0b3617..f46bed42 100644 --- a/README.zh.md +++ b/README.zh.md @@ -119,6 +119,7 @@ | 名称 | 主页 | 预览 | 介绍 | | --- | --- | --- | --- | +| boot-admin | [Github](https://github.com/hb0730/boot-admin) | [预览](http://admin.hb0730.com/) | 基于 SpringBoot 前后端分离的后台管理系统 | | d2-admin-xiya-go-cms | [Github](https://github.com/d2-projects/d2-admin-xiya-go-cms) | [预览](https://d2.pub/d2-admin-xiya-go-cms/preview) | D2Admin + 权限系统 + 动态路由 | | d2-advance | [Github](https://github.com/d2-projects/d2-advance) | [预览](https://d2.pub/d2-advance/preview) | 由 D2Admin 启发的技术探索 | | d2-crud-plus | [Github](https://github.com/greper/d2-crud-plus) | [预览](http://qiniu.veryreader.com/D2CrudPlusExample/index.html) | 简化d2-crud配置,快速开发crud功能 |