docs: optimize comment

This commit is contained in:
tjq 2023-01-28 10:51:19 +08:00
parent 1c60f17b1b
commit b0fae5edf8

View File

@ -43,11 +43,14 @@ import java.util.concurrent.CompletionStage;
@Service
public class PowerTransportService implements TransportService, InitializingBean, DisposableBean, ApplicationContextAware {
/**
* server 需要激活的通讯协议建议激活全部支持的协议
*/
@Value("${oms.transporter.active.protocols}")
private String activeProtocols;
/**
* 主要通讯协议用于 server server 之间的通讯用户必须保证该协议可用
* 主要通讯协议用于 server server 之间的通讯用户必须保证该协议可用端口开放
*/
@Value("${oms.transporter.main.protocol}")
private String mainProtocol;