Ballerina:使用 ballerina/config 读取配置后出现无关输入 'S' 期望 {<EOF>、''、''、''、''} 错误
Ballerina: extraneous input 'S' expecting {<EOF>, '','','',''} error appear once read a config using ballerina/config
使用ballerina/config读取配置文件后出现以下错误。该错误描述性不足,无法更正问题。
您需要为字符串类型配置值添加双引号。
例如:
芭蕾舞代码
string x = config:getAsString("XVAL");
conf 文件内容
XVAL="1S"
使用ballerina/config读取配置文件后出现以下错误。该错误描述性不足,无法更正问题。
您需要为字符串类型配置值添加双引号。
例如: 芭蕾舞代码
string x = config:getAsString("XVAL");
conf 文件内容
XVAL="1S"