Skip to content

Update SolonDocBuildTemplate.java #926

New issue

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aqnghu
Copy link
Contributor

@aqnghu aqnghu commented Sep 24, 2024

getRequestPartAnnotation 空指针异常修复

getRequestPartAnnotation 空指针异常修复
Copy link
Collaborator

@linwumingshi linwumingshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aqnghu set an empty RequestPartAnnotation class is a better solution than

@@ -174,6 +174,13 @@ public FrameworkAnnotations registeredAnnotations() {
.setRequiredProp(DocAnnotationConstants.REQUIRED_PROP);
annotations.setRequestParamAnnotation(requestAnnotation);

// request part annotation
RequestPartAnnotation requestPartAnnotation = RequestPartAnnotation.builder()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aqnghu set an empty RequestPartAnnotation class is a better solution than

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error Generating HTML Files in Solon Environment
2 participants