Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到一堆以以下开头的警告:
springframework.beans.GenericTypeAwarePropertyDescriptor 正在访问无效的 JavaBean 属性“...”!
有没有办法抑制这些,我看不到代码有任何错误或问题。
您可以使用@SuppressWarnings方法上方的注释来抑制警告,但这应该是最后的手段。
@SuppressWarnings