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
Steps to reproduce:
What happened? This could be a description, log output, etc.
What did you expect to happen?
The easiest way for us to fix issues, is if you provide a GitHub repo, using the latest release and a simple unit test.
The text was updated successfully, but these errors were encountered:
<dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.1</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.3.1</version> </dependency> <!-- java17,springboot3.x 需要单独添加jaxb依赖 -->
Sorry, something went wrong.
No branches or pull requests
Are you in the right place?
Whats your runtime?
Whats the problem?
Steps to reproduce:
Observed Results:
What happened? This could be a description, log output, etc.
Expected Results:
What did you expect to happen?
Link to GitHub repo with Unit test
The easiest way for us to fix issues, is if you provide a GitHub repo, using the latest release and a simple unit test.
The text was updated successfully, but these errors were encountered: