gpt4 book ai didi

java - Spring Boot XML 配置选项

转载 作者:行者123 更新时间:2023-12-01 21:30:44 24 4
gpt4 key购买 nike

是否可以在 Spring Boot 中使用 XML 配置。如果是这样,哪种方法更可取 - xml 还是注释以及为什么?

最佳答案

是的,您可以使用 XML 文件调用 SpringApplication.run() 函数。

您还可以使用 @ImportResource 包含现有的 xml。

Spring-boot官方文档建议使用Annotation over XML。

这是观点驱动的,IMO 在 Spring 中使用注释的最大优点之一是,您可以轻松定义复杂的 bean,而无需搜索在 XML 中配置时需要使用的不同标签。

我体验到的另一个优势是使用 JPA 时,它可以帮助您比在 xml 中配置时更轻松地跟踪事务边界。

关于java - Spring Boot XML 配置选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37473886/

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