👌 更新架构图
This commit is contained in:
parent
71f7e30de8
commit
ce18b0c5a7
|
|
@ -17,6 +17,9 @@
|
|||
* 稳定生产了一年,经历了从Camden -> Greenwich的技术架构,也经历了从fat jar -> docker -> k8s + jenkins的部署架构
|
||||
* 项目分包明确,规范微服务的开发模式,使包与包之间的分工清晰。
|
||||
|
||||
## 架构图
|
||||
<img src="https://gitee.com/smallc/SpringBlade/raw/master/pic/springblade-framework.png"/>
|
||||
|
||||
## 工程结构
|
||||
```
|
||||
SpringBlade
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
<!-- 通用查询结果列 -->
|
||||
<sql id="baseColumnList">
|
||||
select
|
||||
id, code, parent_code, name, alias, path, source, sort, category, action, is_open, remark, is_deleted
|
||||
id, code, parent_id, name, alias, path, source, sort, category, action, is_open, remark, is_deleted
|
||||
</sql>
|
||||
|
||||
<select id="selectMenuPage" resultMap="menuResultMap">
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 214 KiB After Width: | Height: | Size: 161 KiB |
Loading…
Reference in New Issue
Block a user