Type of proxies available in Spring: JDK Proxy CGLib proxy also called dynamic proxiescomes with JDKonly for Interfacesall interfaces are proxies extra lib included in Springcan intercept protected and public methodsused when interfaces are not availablecannot be applied to final classes or methodsused by Spring Boot Key JDK dynamic proxy CGLIB proxy Basic It can…
Category: Spring Core
Bean Scopes
Bean Scopes
PropertySource and Profiles
Environment, Profiles and SpEL
Spring Configuration
Spring configuration
Container Lifecycle
Container lifecycles