We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public class Foo { @NotNull(message = "not null") private String bar; }
抛出异常: ConstraintViolationException
被Edge的QueryProcesserCreator抛出 Parameter is required.
The text was updated successfully, but these errors were encountered:
目前的实现机制决定了很难满足你提的要求。现有的机制理应不会造成大的问题。
Sorry, something went wrong.
No branches or pull requests
Expected:
抛出异常: ConstraintViolationException
Actual:
被Edge的QueryProcesserCreator抛出 Parameter is required.
The text was updated successfully, but these errors were encountered: