diff --git a/README.md b/README.md index 19bd22b..3f7d661 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@

+ Downloads + Build Status Build Status Coverage Status Downloads + + Downloads + + + Downloads +

## SpringBlade微服务开发平台 @@ -29,6 +37,9 @@ SpringBlade ├── blade-ops -- 运维中心 ├ ├── blade-admin -- spring-cloud后台管理 ├ ├── blade-develop -- 代码生成 +├ ├── blade-resource -- 资源管理 +├ ├── blade-seata-order -- seata分布式事务demo +├ ├── blade-seata-storage -- seata分布式事务demo ├── blade-service -- 业务模块 ├ ├── blade-desk -- 工作台模块 ├ ├── blade-log -- 日志模块 @@ -49,8 +60,13 @@ SpringBlade * 交流二群:`751253339` ## 在线演示 -* Sword演示地址:[https://sword.bladex.vip](https://sword.bladex.vip) -* Saber演示地址:[https://saber.bladex.vip](https://saber.bladex.vip) +* Saber-基于Vue:[https://saber.bladex.vip](https://saber.bladex.vip) +* Sword-基于React:[https://sword.bladex.vip](https://sword.bladex.vip) +* Archer-全能代码生成系统:[https://archer.bladex.vip](https://archer.bladex.vip) + +## 技术文档 +* [开发手册一览](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade开发手册) +* [常见问题集锦](https://sns.bladex.vip/article-14966.html) ## 项目地址 * 后端Gitee地址:[https://gitee.com/smallc/SpringBlade](https://gitee.com/smallc/SpringBlade) @@ -60,10 +76,6 @@ SpringBlade * 前端框架Saber(基于Vue):[https://gitee.com/smallc/Saber](https://gitee.com/smallc/Saber) * 核心框架项目地址:[https://github.com/chillzhuang/blade-tool](https://github.com/chillzhuang/blade-tool) -## 技术文档 -* [SpringBlade开发手册](https://gitee.com/smallc/SpringBlade/wikis/SpringBlade开发手册) -* [SpringBlade常见问题集锦](https://sns.bladex.vip/article-14966.html) - # 开源协议 Apache Licence 2.0 ([英文原文](http://www.apache.org/licenses/LICENSE-2.0.html)) Apache Licence是著名的非盈利开源组织Apache采用的协议。该协议和BSD类似,同样鼓励代码共享和尊重原作者的著作权,同样允许代码修改,再发布(作为开源或商业软件)。 diff --git a/blade-ops/blade-admin/pom.xml b/blade-ops/blade-admin/pom.xml index 868933f..0668acc 100644 --- a/blade-ops/blade-admin/pom.xml +++ b/blade-ops/blade-admin/pom.xml @@ -26,10 +26,21 @@ blade-core-launch ${blade.tool.version} + + org.springblade + blade-core-tool + ${blade.tool.version} + org.springblade blade-core-cloud ${blade.tool.version} + + + org.springblade + blade-core-secure + + diff --git a/pom.xml b/pom.xml index adbe9a4..c96bcf8 100644 --- a/pom.xml +++ b/pom.xml @@ -74,11 +74,6 @@ lombok provided - - org.springframework.boot - spring-boot-devtools - true -