| | |
| | | private List<String> basePackages = new ArrayList<>(Collections.singletonList("com.qianwen")); |
| | | private List<String> basePath = new ArrayList<>(); |
| | | private List<String> excludePath = new ArrayList<>(); |
| | | private String title = "BladeX 接口文档系统"; |
| | | private String title = "智能制造接口文档系统"; |
| | | private String description = "smart API 接口文档"; |
| | | private String version = "1.0.0"; |
| | | private String license = "Powered By Qianwen"; |
| | |
| | | return this.authorization; |
| | | } |
| | | |
| | | /* loaded from: blade-starter-swagger-9.3.0.0-SNAPSHOT.jar:org/springblade/core/swagger/SwaggerProperties$Contact.class */ |
| | | |
| | | public static class Contact { |
| | | private String name = "chillzhuang"; |
| | | private String name = "abc"; |
| | | private String url = "https://gitee.com/smallc"; |
| | | private String email = "smallchill@163.com"; |
| | | private String email = "abc@sina.com.com"; |
| | | |
| | | public void setName(final String name) { |
| | | this.name = name; |
| | |
| | | public static class Authorization { |
| | | private String name = ""; |
| | | private String authRegex = "^.*$"; |
| | | private List<AuthorizationScope> authorizationScopeList = new ArrayList(); |
| | | private List<AuthorizationApiKey> authorizationApiKeyList = new ArrayList(); |
| | | private List<String> tokenUrlList = new ArrayList(); |
| | | private List<AuthorizationScope> authorizationScopeList = new ArrayList<>(); |
| | | private List<AuthorizationApiKey> authorizationApiKeyList = new ArrayList<>(); |
| | | private List<String> tokenUrlList = new ArrayList<>(); |
| | | |
| | | public void setName(final String name) { |
| | | this.name = name; |