- Building Microservices with Spring
- Dinesh Rajput Rajesh R V
- 22字
- 2025-04-04 15:24:27
Implementation of FactoryBean interface in Spring
FactoryBean is widely used within Spring as the following:
- EmbeddedDatabaseFactoryBean
- JndiObjectFactoryBean
- LocalContainerEntityManagerFactoryBean
- DateTimeFormatterFactoryBean
- ProxyFactoryBean
- TransactionProxyFactoryBean
- MethodInvokingFactoryBean