提问人:Bill Souther 提问时间:4/7/2022 更新时间:4/7/2022 访问量:362
在运行时选择 Spring Boot xml 配置
Select spring boot xml configuration at runtime
问:
我必须运行旧版 spring boot (2.1.8) 应用程序
SpringApplication.run(MyApplication.class, args);
使用 XML bean 配置,必须在运行时从 dir: 中选择,或者基于具有相应值或 .有没有办法像这样加载XML配置?src/main/resources
a/config.xml
b/config.xml
a
b
答:
0赞
John Watson
4/7/2022
#1
你有没有研究过Spring Profiles;这可能会让你到达你想去的地方。
评论
0赞
Bill Souther
4/8/2022
我知道配置文件,但我不知道如何将spring boot指向具有.xml文件的特定文件夹 它们目前未加载x/y/config.xml
评论