在应用程序上下文之后加载上下文
Loading context after application context
我有一个疑问与这里的相似:
Class Loading Application Context Spring
但是我也想加载类在应用上下文之后加载的依赖
有可能实现吗?
But I also want to load the dependencies of the classes loaded after the application context.
如果它们需要用class初始化,它们将被加载
我有一个疑问与这里的相似:
Class Loading Application Context Spring
但是我也想加载类在应用上下文之后加载的依赖
有可能实现吗?
But I also want to load the dependencies of the classes loaded after the application context.
如果它们需要用class初始化,它们将被加载