Skip to content
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

Issues with classification of tags such as OpenAPI. #460

Merged
merged 4 commits into from
Mar 23, 2023

Conversation

Modular-sys
Copy link

@Modular-sys Modular-sys commented Mar 19, 2023

Issues with classification of tags such as OpenAPI.

package com.power.doc.model;

import org.apache.commons.lang3.StringUtils;

Copy link
Collaborator

@shalousun shalousun Mar 19, 2023

Choose a reason for hiding this comment

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

The newly added code includes the license.

Copy link
Author

Choose a reason for hiding this comment

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

MIT

Copy link
Collaborator

@shalousun shalousun Mar 20, 2023

Choose a reason for hiding this comment

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

You can refer to other smart-doc codes for this.

Copy link
Author

@Modular-sys Modular-sys Mar 22, 2023

Choose a reason for hiding this comment

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

Added

Copy link
Collaborator

@shalousun shalousun Mar 22, 2023

Choose a reason for hiding this comment

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

license is thisimage

Copy link
Author

@Modular-sys Modular-sys Mar 23, 2023

Choose a reason for hiding this comment

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

added

@shalousun
Copy link
Collaborator

shalousun commented Mar 19, 2023

For this PR, please add some detailed descriptions below:

  1. What bug was fixed,
  2. What new features were added for easier review. This will also make the purpose of the PR clear to the community.

@Modular-sys
Copy link
Author

Modular-sys commented Mar 20, 2023

For the @tag annotations on classes and methods, which previously could not be categorized properly, the current handling method allows for unified management of tags. Each tag can correspond to both classes and methods, and each method can accurately find the tags it should possess. According to business relationships, a class contains multiple methods, and these methods should be able to locate the corresponding class. At the same time, they should inherit the class's tags.

@shalousun shalousun merged commit 4a224cc into TongchengOpenSource:master Mar 23, 2023
@shalousun shalousun modified the milestones: 2.6.6, 2.6.7 Mar 24, 2023
@shalousun shalousun changed the title openapi等tag分类的问题 Issues with classification of tags such as OpenAPI. Jul 3, 2024
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.

2 participants