Does anyone know how I can let my Spring controlle...
# announcements
k
Does anyone know how I can let my Spring controller return a 404? I thought I could just return a nullable variable and if it is null Spring would translate it to a 404. Do I really need to use
ResponseEntity
specifically?
k
#C09222272 or maybe #C0B8ZTWE4
k
Okay thanks