错误
Description:
Failed to bind properties under 'seata.server.service-port' to java.lang.Integer:
Property: seata.server.service-port
Value: "tcp://10.233.5.45:7091"
Origin: "seata.server.service-port" from property source "serverProperties"
Reason: failed to convert java.lang.String to java.lang.Integer (caused by java.lang.NumberFormatException: For input string: "tcp://10.233.5.45:7091")
解决设置环境变量
SEATA_PORT=8091
Comments | NOTHING