Spring Data RESTを試してみたメモです。 JSUGでSpring Data RESTというものを知ったので少し触ってみました。 https://www.slideshare.net/makingx/spring-boot-tips Spring Data REST Maven dependency テスト用クラス CRUD トップレベル POST GET PUT PATCH DELETE カスタムクエリ Configration basePath defaultPageSize maxPageSize pageParamName/limitParamName/sortParamName returnBodyOnCreate returnBodyOnUpdate その他の設定 @JsonIgnore REST URLの変更 Hiding methods Spring Data

