Skip to content

Commit 4a86b94

Browse files
committed
更新文档,完善
1 parent 30d6a52 commit 4a86b94

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

cloud.iws

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<option name="autoReloadType" value="SELECTIVE" />
55
</component>
66
<component name="ChangeListManager">
7-
<list default="true" id="8639f85f-5db4-421b-97f0-5713b2379799" name="Changes" comment="" />
7+
<list default="true" id="8639f85f-5db4-421b-97f0-5713b2379799" name="Changes" comment="">
8+
<change beforePath="$PROJECT_DIR$/cloud.iws" beforeDir="false" afterPath="$PROJECT_DIR$/cloud.iws" afterDir="false" />
9+
<change beforePath="$PROJECT_DIR$/readme.md" beforeDir="false" afterPath="$PROJECT_DIR$/readme.md" afterDir="false" />
10+
</list>
811
<option name="SHOW_DIALOG" value="false" />
912
<option name="HIGHLIGHT_CONFLICTS" value="true" />
1013
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -87,7 +90,7 @@
8790
<option name="presentableId" value="Default" />
8891
<updated>1735710109962</updated>
8992
<workItem from="1735710111409" duration="285000" />
90-
<workItem from="1735710872098" duration="5855000" />
93+
<workItem from="1735710872098" duration="6751000" />
9194
</task>
9295
<servers />
9396
</component>

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
4646
10. 整体系统化为三层,framework框架、framework组件、基础应用,层次更清楚,结构更合理。
4747
48-
11. 配置中心,划分框架全局配置与应用配置(熔断降级、网关路由),规划中。
48+
11. 配置中心,划分框架全局配置与应用配置(熔断降级、网关路由),配置项支持加密处理。
49+
50+
12. 支持日志敏感数据脱敏配置,响应报文敏感数据注解胶敏。
4951
```
5052

5153
## 快速开始
@@ -68,9 +70,9 @@
6870

6971
### 基础应用使用
7072

71-
* 1.创建数据库及表
73+
**基础应用脚本**
7274

73-
**基础应用脚本**
75+
* 1.创建数据库及表
7476

7577
路径一般为:应用/src/main/resources/db
7678

0 commit comments

Comments
 (0)