maven编译报错error: the result type of an implicit conversion must be more specific than Object
[ERROR] props.put(“retries”, 3)
原因scala中 props的value必须是字符串,需要改为“3”
maven编译报错error: the result type of an implicit conversion must be more specific than Object
[ERROR] props.put(“retries”, 3)
原因scala中 props的value必须是字符串,需要改为“3”