the result type of an implicit conversion must be more specific than Object

maven编译报错error: the result type of an implicit conversion must be more specific than Object
[ERROR] props.put(“retries”, 3)

原因scala中 props的value必须是字符串,需要改为“3”

原文地址:https://www.cnblogs.com/successok/p/14737314.html