//package com.iplatform.base.config;
|
//
|
//import org.springframework.boot.context.properties.ConfigurationProperties;
|
//
|
//@ConfigurationProperties(prefix = "iplatform.swagger")
|
//public class SwaggerProperties {
|
//
|
// public String getBasePackage() {
|
// return basePackage;
|
// }
|
//
|
// public void setBasePackage(String basePackage) {
|
// this.basePackage = basePackage;
|
// }
|
//
|
// public String getTitle() {
|
// return title;
|
// }
|
//
|
// public void setTitle(String title) {
|
// this.title = title;
|
// }
|
//
|
// public String getDescription() {
|
// return description;
|
// }
|
//
|
// public void setDescription(String description) {
|
// this.description = description;
|
// }
|
//
|
// private String basePackage;
|
// private String title;
|
// private String description;
|
//}
|