REST API を利用したアプリを開発する上で、APIとの通信状況を把握することは大事です。その手がかりとなるのがHTTPレスポンス、そしてステータスコードです。 今回は、HTTPレスポンスとステータスコードについて解説します。 HTTPレスポンスとは REST APIと ...
Building web services and documenting RESTful endpoints is no easy task, but testing RESTful APIs has always been a particularly sore point with Spring Boot and Java. Sure, you can test a GET ...
Method references are a shorthand way to write lambda expressions that call a single method. Rather than implementing a method in a functional interface, a method reference simply points to an ...