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

com.eworkcloud.swagger.SwaggerProperties Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
package com.eworkcloud.swagger;

import lombok.Getter;
import lombok.Setter;
import org.springframework.boot.context.properties.ConfigurationProperties;

@Getter
@Setter
@ConfigurationProperties(prefix = "swagger")
public class SwaggerProperties {
    /**
     * 标题
     */
    private String title;
    /**
     * 版本
     */
    private String version;
    /**
     * 认证方式
     */
    private String apiKeys;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy