/GrailsProject

Sample Grails application with RESTful API support

Primary LanguageGroovy

Once running go to http://localhost:8080/GrailsProject/

Then try and fire JSON reques to http://localhost:8080/GrailsProject/hackapi/notifypayment

To view your domain model

  • localhost:8080/GrailsProject/dbconsole/
  • select Generic H2 (Embedded)
  • by detault this supports HSQLDB, update datasource.grooy to point to your own DB instance

Integration Test

  • NotifyPaymentSpecification is the basic test to validate end-to-end testing

Viewing Submit Page