EN VI
Posts (0)

No data results!

Please check back again in feature!

Questions (3)
2024-03-13 15:00:05
Your user class only contains fields, no properties. By default, only properties get serialized. In the working case, you are instantiation anonymous types, not Users. Anonymous types by definition ha...
Tags: c# .net API
2024-03-15 03:00:08
@ResponseStatus only allows you to use HttpStatus as the parameter, and HttpStatus does not allow you to provide a custom code (it's an enum, so the set of values is fixed). To return a custom status...
Tags: java spring-boot rest
2024-03-15 10:00:07
use different data objects for data persistence to the database, from the request object that the API uses. e.g. public class Question { private Long id; private Integer idSurvey; privat...
Tags: java spring-boot rest

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login