Skip to content

IDE Settings

EasyYapi provides IDE-level settings that can be configured within IDEA.

Opening Settings

Settings > Other Settings > EasyApi

General Settings

SettingDescription
postman.urlPostman export URL
postman.tokenPostman API Token
yapi.serverYApi server address
yapi.tokenYApi project Token
project.nameProject name

Export Settings

SettingDescription
outputDemoGenerate response demo when exporting Markdown
outputCharsetExport character set

Framework Toggles

SettingDescriptionDefault
feignEnableEnable Feign client supportfalse
jaxrsEnableEnable JAX-RS supporttrue
actuatorEnableEnable Spring Actuator supportfalse
grpcEnableEnable gRPC supporttrue
swaggerEnableEnable Swagger supporttrue
swagger3EnableEnable Swagger 3 / OpenAPI supporttrue

EasyYapi includes built-in recommended configuration that can be enabled in settings. The recommended config contains commonly used rules and type conversions.

Released under the Apache-2.0 License.