2014/05/19

play framework directory

★target directory
==>the target directory. There’s
only one thing you have to know about the target directory: you should ignore it.
The target directory is the build process’ working directory. This is where your
compiled classes are stored, among other things. Just be sure to never commit it in
your versioning system.

★The conf directory is where you configure the application.
application.conf=>This is where you’ll configure things like logging, database
connections, which port the server runs on, and more.
routes ? mappings from HTTP URLs to application code

★import into eclipse
cd theProject
play
console
!
!:-->履歴
play eclipse===>eclipse用のプロジェクトファイルを生成する