【第一章】spring环境配置

依赖

```flow
st=>start: Start
e=>end
op=>operation: My Operation
cond=>condition: Yes or No?

st->op->cond
cond(yes)->e
cond(no)->op
posted @ 2017-06-02 16:38  zhangshihai1232  阅读(63)  评论(0)    收藏  举报