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

com.hzlinks.swagger.rpc.boot.RpcSwaggerProperties Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.hzlinks.swagger.rpc.boot;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

/**
 * @program: bw-swagger
 * @description: 配置文件
 * @author: feiyang
 * @create: 2021/03/02 17:04
 */
@Data
@ConfigurationProperties(prefix = "swaggerpc.config")
public class RpcSwaggerProperties {

    private String version;

    private String groupId;

    private String artifactId;

    private Boolean enable;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy