Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了一个使用spring框架的应用程序。现在我想编写一个代码,它从某个地方消耗一些输入,然后生成一些 spring 配置 xml 文件。问题是,当我的应用程序正在运行并且我的应用程序通过“XMLApplicationContext”创建对象传递时,我可以将这些文件交给 spring 吗?
您是在谈论ApplicaitonContext基于用户输入的多个基础吗?这是可行的。看看FileSystemXmlApplicationContextSpring框架中的。您可以生成 XML,并将 xml 传递FileSystemXmlApplicationContext给创建新的应用程序上下文。
ApplicaitonContext
FileSystemXmlApplicationContext