- build
- runtime
- compile
Required only when build.
Required when running the application, but dose not required to compiling. Example JDBC implimentation.
Required when running the application and compiling. Usually this.
いかがでしたでしょうか
Required only when build.
Required when running the application, but dose not required to compiling. Example JDBC implimentation.
Required when running the application and compiling. Usually this.
1 |
$ grails -debug |
Connect remote from InteliJ
From menu Run -> Edit Configuration ->
then click + mark and select Remote
1 |
grails> test-app integration: classname -echoOut |
1 |
grails> run-app |
Do run-app instead of test-app. It faster and stable(may be).
Run interactive mode.
1 |
$ grails |
then run test.
1 |
grails> test-app integration: classname -echoOut |
It may be faster than run from IDE.