diff --git a/README.md b/README.md index 6eca468c..b69cb06a 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ D2Admin is a fully open source and free enterprise back-end product front-end in | Name | technology | HomePage | Preview | Introduction | | --- | --- | --- | --- | --- | -| **jiiiiiin-security** | MyBatis | [Github](https://github.com/Jiiiiiin/jiiiiiin-security) | [Preview](https://github.com/Jiiiiiin/jiiiiiin-security) | Separate front-end and back-end content management infrastructure projects, focusing on user rights management functions | +| **jiiiiiin-security** | Spring Boot + Spring Security | [Github](https://github.com/Jiiiiiin/jiiiiiin-security) | [Preview](https://github.com/Jiiiiiin/jiiiiiin-security) | Separate front-end and back-end content management infrastructure projects, focusing on user rights management functions | | **Taroco** | Spring Cloud | [Github](https://github.com/liuht777/Taroco) | [Preview](http://111.231.192.110/) | Complete microservice enterprise solution | | **Aooms** | Spring Cloud | [Gitee](https://gitee.com/cyb-javaer/Aooms) | [Preview](https://www.yuboon.com/Aooms) | Extremely fast microservice development, not just as simple as JFinal | | **GOA** | Beego | [Github](https://github.com/Qsnh/goa) | [Preview](http://goaio.vip/) | Online question answering system based on Beego + Vue | diff --git a/doc/README.zh.md b/doc/README.zh.md index cd95a2e6..aa42c8c3 100644 --- a/doc/README.zh.md +++ b/doc/README.zh.md @@ -110,7 +110,7 @@ | 名称 | 技术 | Github / 主页 | 预览 | 介绍 | | --- | --- | --- | --- | --- | -| jiiiiiin-security | MyBatis | [Github](https://github.com/Jiiiiiin/jiiiiiin-security) | [预览](https://github.com/Jiiiiiin/jiiiiiin-security) | 前后端分离的内容管理基础项目,注重用户权限管理功能 | +| jiiiiiin-security | Spring Boot + Spring Security | [Github](https://github.com/Jiiiiiin/jiiiiiin-security) | [预览](https://github.com/Jiiiiiin/jiiiiiin-security) | 前后端分离的内容管理基础项目,注重用户权限管理功能 | | Taroco | Spring Cloud | [Github](https://github.com/liuht777/Taroco) | [预览](http://111.231.192.110/) | 整套微服务企业级解决方案 | | Aooms | Spring Cloud | [码云](https://gitee.com/cyb-javaer/Aooms) | [预览](https://www.yuboon.com/Aooms) | 极速微服务开发,不止像JFinal一样简单 | | GOA | Beego | [Github](https://github.com/Qsnh/goa) | [预览](http://goaio.vip/) | 基于 Beego + Vue 开发的在线问答系统 | diff --git a/package-lock.json.REMOVED.git-id b/package-lock.json.REMOVED.git-id index 97098837..71aa5775 100644 --- a/package-lock.json.REMOVED.git-id +++ b/package-lock.json.REMOVED.git-id @@ -1 +1 @@ -2b614609fc8311fc059d290422304b490e9a3abc \ No newline at end of file +71f178dfd5db284dc9ddb4e31c02b334cd4e920c \ No newline at end of file diff --git a/package.json b/package.json index c9dd3eb0..692e83b2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "nprogress": "^0.2.0", "qs": "^6.6.0", "quill": "^1.3.4", - "screenfull": "^3.3.2", + "screenfull": "^4.0.0", "simplemde": "^1.11.2", "ua-parser-js": "^0.7.18", "v-charts": "^1.17.6",