PG
Size: a a a
PG
PG
А
А
If (status == 200)
return "Hello";
else
throw new Exception();
PG
PG
И
А
@RestController
public class UserController{
@GetMapping
public String checkResponseStatus(){
If (status == 200)
return "Hello";
else
throw new Exception();
}
}
А
D
JA
БТ
D
PG
@RestController
public class UserController{
@GetMapping
public String checkResponseStatus(){
If (status == 200)
return "Hello";
else
throw new Exception();
}
}
D
PG
D
И
D
D