“spring.beaninfo.ignore”,值为“true”表示跳过对BeanInfo类的搜索(通常用于首先没有为应用程序中的bean定义此类的情况)。

考虑到所有BeanInfo元数据类,默认值为“false”,例如标准的Introspector.getBeanInfo(Class)调用。

如果您遇到对不存在的BeanInfo类重复的ClassLoader访问,请考虑将此标志切换为“true”,以防此类访问在启动或延迟加载时很昂贵。

spring官方对该属性的定义:https://docs.spring.io/spring/docs/5.0.0.RC3/javadoc-api/org/springframework/beans/CachedIntrospectionResults.html



springboot spring.beaninfo.ignore设置插图

关注公众号:程序新视界,一个让你软实力、硬技术同步提升的平台

除非注明,否则均为程序新视界原创文章,转载必须以链接形式标明本文链接

本文链接:http://choupangxia.com/2019/11/27/springboot-spring-beaninfo-ignore/