I'm starting to try spring-data-couchbase. To do that, I work on the sample bucket beer-sample. And I would like in my BeerRepository return the list of all beer style. So the result is a List of String. Is it possible to do that with Spring-data ? And how ?
Thanks