Mac 配置JAVA play framework
2016-12-21 本文已影响0人
老齐点墨
安装sbt
- brew install sbt
Play Java Seed
- sbt new playframework/play-java-seed.g8
st=>start: Start
e=>end: End
op1=>operation: My Operation
sub1=>subroutine: My Subroutine
cond=>condition: Yes or No?
io=>inputoutput: catch something...
st->op1->cond
cond(yes)->io->e
cond(no)->sub1(right)->op1