How to modify default setting in Application when we new one? When we new a web application, the play copy ${play.path}/resources/application-skel/* to our target directory So if we want to modify some setting, like update jquery version(default is 1.4.2 in play 1.1), we can edit file in ${play.path}/resources/application-skel/* Update jquery version Example:
now, you can create new app to check if jquery update |
B04.JEE Frameworks > 03.Play Framework >