- Building Microservices with Spring
- Dinesh Rajput Rajesh R V
- 22字
- 2021-07-02 14:54:11
Implementation of FactoryBean interface in Spring
FactoryBean is widely used within Spring as the following:
- EmbeddedDatabaseFactoryBean
- JndiObjectFactoryBean
- LocalContainerEntityManagerFactoryBean
- DateTimeFormatterFactoryBean
- ProxyFactoryBean
- TransactionProxyFactoryBean
- MethodInvokingFactoryBean