首页 > 技术文章 > the result type of an implicit conversion must be more specific than Object

successok 2021-02-08 14:14 原文

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

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

推荐阅读