Kaj
02/08/2018, 7:38 PMResponseEntity
specifically?nfrankel
02/08/2018, 7:39 PMnull
means?
it could mean a 500
or anything...
you’ve to set the http response code specificallyKaj
02/08/2018, 7:41 PMnfrankel
02/08/2018, 9:30 PMDaniel Selinger
02/08/2018, 10:53 PMDaniel Selinger
02/08/2018, 10:53 PMDaniel Selinger
02/08/2018, 10:53 PMDaniel Selinger
02/08/2018, 10:54 PMfabricio
02/09/2018, 10:29 AM@ResponseStatus(HttpStatus.NOT_FOUND)
or you can return ResponseEntity.notFound()
isto
02/09/2018, 5:34 PM