Table of contents
Grails Command Line
Grails Command | Gradle Task |
---|---|
clean | clean |
compile | classes |
package | assemble |
run-app | bootRun |
test-app | check |
test-app --unit | test |
test-app --integration | integrationTest |
war | assemble |
Set System Props
./grailsw run-app -Dsample.message=cool
Testing
./grailsw test-app 'com.talentbank.core.UserServiceAPISearchSpec.manager_query*' -unit
Liquibase
clear liquibase checksums
./grailsw dbm-clear-checksum
clear liquibase locks
grails dbm-release-locks
ignore checksums in liquibase
add to xml or groovy
validCheckSum 'any'