Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
本文を返さずに ResponseEntity を使用し、ステータス コードとヘッダーのみを設定したい。ResponseEntity はジェネリック クラスです。この場合、型を指定する必要がありますか?
使用できますreturn ResponseEntity<Void>
return ResponseEntity<Void>