I have a legacy (pre-spring) J2EE application in which components or beans can be created & autowired dynamically at run-time through a web console, and those dynamically created beans are saved in a bean XML config file (not spring).
I am looking to swap out this legacy code for spring/spring-boot and I'm wondering what the best approach is for loading, creating and saving spring beans dynamically (including the data source bean itself) - essentially bean CRUD ?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…