Mac 配置JAVA play framework

安装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

你可能感兴趣的:(Mac 配置JAVA play framework)