gpt4 book ai didi

java - 在 spring mvc 应用程序中维护属性文件的最佳方法

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

在我的 Spring MVC 应用程序中,我们维护许多配置文件,例如 .properties.txt 文件。我想读取所有配置文件并将它们保存在应用程序上下文级别,以便我可以访问整个应用程序中的配置数据。

示例:

  1. 数据库属性

    db.driveClassName=packages.DataSource
    db.URL=some url....
  2. errorCodes.properties

    <error-code>=<error description>

    ERR001=time out error occured
    ERR002=The request was tampered
    ERR003=transaction id is missing

最佳答案

最好的方法是使用@ConfigurationalProperties,那么它们是类型安全的,您甚至可以验证它们,看看本指南 http://www.baeldung.com/configuration-properties-in-spring-boot

关于java - 在 spring mvc 应用程序中维护属性文件的最佳方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45455245/

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