properties-file

    5熱度

    3回答

    形勢 我從的.properties注入性文件與@Value註釋字段。然而這個屬性提供了敏感的憑據,所以我將它們從存儲庫中刪除我仍然希望如果有人想運行項目,並且沒有帶默認值將設置爲字段的憑據的.properties文件。 問題 即使我設置默認值字段本身我得到異常,當屬性文件不存在: org.springframework.beans.factory.BeanCreationException: Er

    0熱度

    1回答

    我有一個屬性文件這樣的文件: [flags] prop1=value prop2=value [patterns] prop3=#.00 prop4=###,##0.00 [other] prop5=value 當我處理文件,不僅磅符號被轉義(#),但我的所有屬性都沒有秩序。 我的代碼是這樣的: Properties props = new Properties(); Fil

    0熱度

    1回答

    我創建了一個名爲FileConfig與以下標註類: file.config.location = fileinfo.yaml 很顯然,我的編譯器說,該地區酒店:「application.properties」中存在 @ConfigurationProperties(locations = { "classpath:application.properties" , "${file.config

    0熱度

    2回答

    如何寫入或讀取任何類型的文件(用於示例.txt文件)與config.property文件的資源文件夾關聯,但不使用絕對路徑文件。 我試圖解決這個象下面這樣: ClassLoader classLoader = Setting.class.getClassLoader(); Setting setting = new Setting(); try (InputStream resourceAs

    0熱度

    5回答

    我有一個方法需要int[]作爲輸入。 methodABC(int[] nValue) 我想從Java屬性文件 nValue=1,2,3 如何從配置文件讀取這個還是我來存儲這些不同的格式藉此n值? 我想什麼是(changing the nValue to 123 instead of 1,2,3): int nValue = Integer.parseInt(configuration.ge

    -3熱度

    1回答

    所以我在java中有一個.properties文件。其中一個屬性具有某種發生變化的路徑的價值。 我所做的是編輯.properties文件以將值更改爲新路徑。不過,我似乎總是讀舊的價值。 這可能是什麼原因? 編輯 這是我讀的屬性文件 propertiesFilePath = "configs/index.properties"; Properties properties = new Propert

    0熱度

    4回答

    我有以下部分的代碼,其中粒度的值是塊。當我比較這些值時,它總是顯示NO。 System.out.println(granularity); System.out.println(granularity.equalsIgnoreCase("block")?"YES":"NO"); if(granularity.equalsIgnoreCase("BLOCK")){.....

    2熱度

    1回答

    我有以下內容屬性文件: INVALID_ARGUMENT=Field ${fieldName} is invalid or missing. 我讀這使用Spring配置: @PropertySource("error_messages_en.properties") @Configuration public static class ErrorMessagesEn { @Val

    1熱度

    2回答

    在我test.conf文件我有以下的配置 akka { actor { provider = "akka.cluster.ClusterActorRefProvider" serializers { java = "akka.serialization.JavaSerializer" } serialization-bindings

    -2熱度

    1回答

    如何在使用ansibile腳本進行部署時更新spring的application.properties中的值。 我可以使用ansible的lineinfile模塊並用正則表達式替換值。但我正在尋找更好的解決方案。 編輯:使用Ansible jinja模板是另一種解決方案。但是,無論何時我在spring的application.properties中使用它,我也應該將它添加到模板中。不過,我希望它在