Is there a spring property for lazy-init all beans that loads the spring framework?
I know about these properties.
- lazy-init="true"
- default-lazy-init="true"
however, there are several xmax w760 configuration files, and some of them are packaged in jar, so they are not allowed to modify either <bean> or <beans & gt; tag.
Any other way to solve this problem through configuration? or programmatically?
source
share