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

Optimize the group order problem #1742

Merged
merged 1 commit into from Jul 15, 2022
Merged

Conversation

zhangtongjob
Copy link

for example,The display on springdoc is unordered

 @Bean
  public GroupedOpenApi userApi(){
      return GroupedOpenApi.builder()
          .group("user")
          .pathsToMatch(/user/**")
          .build();
  }

  @Bean
  public GroupedOpenApi orderApi(){
      return GroupedOpenApi.builder()
          .group("order")
          .pathsToMatch("/order/**")
          .build();
  }

@bnasslahsen
Copy link
Contributor

Thank you @zhangtongjob for your contribution to the project!

@bnasslahsen bnasslahsen merged commit af47269 into springdoc:master Jul 15, 2022
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.

None yet

3 participants