Tag

proxyBeanMethods

0 views collected around this technical thread.

Java Architecture Diary
Java Architecture Diary
Nov 11, 2019 · Backend Development

How @Configuration(proxyBeanMethods=false) Supercharges Spring Boot Startup Speed

This article explains how using @Configuration(proxyBeanMethods=false) in Spring Boot 2.2 reduces bean proxy generation, cuts startup time by several seconds, and provides step‑by‑step code examples, performance logs, and best‑practice recommendations for modern Java microservices.

CGLIBConfigurationSpring Boot
0 likes · 7 min read
How @Configuration(proxyBeanMethods=false) Supercharges Spring Boot Startup Speed