QA
  • How to add a configuration file
  • How to organize API to specified folder
  • How to ignore API?
  • How to set the name / description of API / folder?
  • How to explain in the description of API / folder that API / folder is deprecated?
  • How to declare the permissions required by API in API description(javax annotation security)
  • How to declare the permissions required by API in API description(spring security)
  • How to ignore special fields?
  • How to convert the specified type to another type?
  • Some apis may have different returns?
  • A Field May Have Values of Different Types?
  • How to Enable javax_validation Grouped Validation?
  • How to Activate Support for com.fasterxml.jackson.annotation.JsonIgnoreProperties?
  • During Export, an Error Appears Stating com.xxx.Xxx is too complex. Blocked cause by xxx reached xxx, How to Handle?
EasyApi

  • document
  • config
  • demo
  • framwork
  • QA


This plugin is highly configurable. The following are examples and should be adjusted based on actual conditions.


  • How to add a configuration file
  • How to organize API to specified folder
  • How to ignore API?
  • How to set the name / description of API / folder?
  • How to explain in the description of API / folder that API / folder is deprecated?
  • How to declare the permissions required by API in API description(javax annotation security)
  • How to declare the permissions required by API in API description(spring security)
  • How to ignore special fields?
  • How to convert the specified type to another type?
  • Some apis may have different returns?
  • A Field May Have Values of Different Types?
  • How to Enable javax_validation Grouped Validation?
  • How to Activate Support for com.fasterxml.jackson.annotation.JsonIgnoreProperties?
  • During Export, an Error Appears Stating com.xxx.Xxx is too complex. Blocked cause by xxx reached xxx, How to Handle?
How to add a configuration file