All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.litongjava.tio.boot.swagger.TioSwaggerV2Config Maven / Gradle / Ivy

There is a newer version: 1.8.6
Show newest version
package com.litongjava.tio.boot.swagger;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import springfox.documentation.service.ApiInfo;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class TioSwaggerV2Config {
  private boolean isEnable;
  private ApiInfo apiInfo;
  // 预生成的 Swagger JSON
  private String swaggerJson;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy