• Stars
    star
    110
  • Rank 305,619 (Top 7 %)
  • Language
    Groovy
  • Created over 10 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An example Groovy & Gradle based Ratpack app

example-books

An example Groovy & Gradle based Ratpack app.

This app demonstrates

  • Metrics
  • Authentication
  • Blocking I/O
  • Async external HTTP requests
  • RxJava integration
  • Hystrix integration
  • WebSockets
  • Async logging
  • External configuration
  • Request logging

Setup

This application integrates with ISBNdb and as such you will need to create a free account and api key in order to run the application successfully. And at the moment to run the integration tests too.

When you have done this simply add your api key to the property isbndb.apikey in the application.properties file.

Deploy

Deploy