Table of contents
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