You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
运行后,url属性成功注入,但是share为null,无法注入成功。添加ignoreUnknownFields = false属性后,运行报了如下错误:
Bean property 'free[share.url]' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter
The text was updated successfully, but these errors were encountered:
nacos的配置如下:
配置类如下:
运行后,url属性成功注入,但是share为null,无法注入成功。添加ignoreUnknownFields = false属性后,运行报了如下错误:
Bean property 'free[share.url]' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter
The text was updated successfully, but these errors were encountered: