com.hzlinks.swagger.rpc.boot.RpcSwaggerProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swaggerpc-springboot-starter Show documentation
Show all versions of swaggerpc-springboot-starter Show documentation
swagger for dubbo rpc with spring boot
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