Table of contents
  1. Run App
    1. Run with jvm debug
  2. Testing
    1. run with spaces in method name
    2. run jvm debug
    3. Set system properties




Run App

Run with jvm debug

./gradlew bootRun --debug-jvm --full-stacktrace --daemon     

Testing

run with spaces in method name

./gradlew test --tests "com.talentbank.core.UserServiceAPISearchSpec.search for name Dick with clientSetupIds"    

run jvm debug

./gradlew test --debug-jvm --tests "com.talentbank.tbex.SelfServiceIntegration.SelfServiceIntegrationControllerSpec.test_rest_no_request_object"  --full-stacktrace    

Set system properties

 ./gradlew -Dsample.message=cool run