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

cloud.tianai.rpc.springboot.properties.RpcProperties Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package cloud.tianai.rpc.springboot.properties;

import cloud.tianai.rpc.common.constant.CommonConstant;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

@Data
@ConfigurationProperties(prefix = "tianai-rpc")
public class RpcProperties {
    private Boolean banner = true;
    private String codec = "protostuff";
    private Integer workerThreads = CommonConstant.DEFAULT_IO_THREADS;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy