gpt4 book ai didi

java - 基于java的配置中的Spring导入

转载 作者:行者123 更新时间:2023-12-02 13:42:52 25 4
gpt4 key购买 nike

也许我问问题的措辞是错误的。我的意思是说我想加载类路径中可用的所有 java 配置文件而不是 applicationContext.xml。像这样的东西 -

@Configuration
@ImportResource("Some other configuration java files which might be in the dependant projects but in the same classpath")
public class AppConfig {

}

最佳答案

尝试使用@ImportResource注释在基于java的配置中导入您的xml配置

@Configuration  
@ImportResource("classpath*:beancontext/applicationContext.xml")
public class AppConfig {

}

关于java - 基于java的配置中的Spring导入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42632647/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com