Skip to content

Commit 64100b0

Browse files
committed
Update readme.md
1 parent 71cce5a commit 64100b0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,14 @@
111111
###1、MySql的安装与配置
112112
###2、相关jar包——Struts2,Hibernate,junit4,Mysql
113113
###3、connections.ncx——数据库文件
114+
### 流程图
115+
```flow
116+
st=>start: Start
117+
e=>end
118+
op=>operation: My Operation
119+
cond=>condition: Yes or No?
120+
121+
st->op->cond
122+
cond(yes)->e
123+
cond(no)->op
124+
```

0 commit comments

Comments
 (0)