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

cn.flood.cloud.gateway.props.WebSocketProperties Maven / Gradle / Ivy

There is a newer version: 2.7.14.0
Show newest version
package cn.flood.cloud.gateway.props;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.cloud.context.config.annotation.RefreshScope;

/**
 * websocket 配置
 */
@Data
@RefreshScope
@ConfigurationProperties(prefix = "websocket")
public class WebSocketProperties {

    private String path;
    /**
     * 是否启用网关鉴权模式
     */
    private Integer port;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy