Table of contents
  1. Grails Command Line
    1. Set System Props
    2. Testing
  2. Liquibase
    1. clear liquibase checksums
    2. clear liquibase locks
    3. ignore checksums in liquibase




Grails Command Line

Grails CommandGradle 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

Liquibase grails
plugin

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'