Java 讀取配置檔案配置的提示資訊

2021-08-30 08:51:42 字數 708 閱讀 6851

1.以下messagesource.getmessage方法中使用messagesource和stringutils為對應包下的,不要到錯包

2.new object資料為空,則取出資訊無需拼接,若需要拼接資訊,可以為new object{}陣列賦值

import org.springframework.context.messagesource;

import org.springframework.util.stringutils;

​public class messagetest ,

stringutils.parselocalestring("zh_cn"));

string message2 = messagesource.getmessage("000002",

new object,

stringutils.parselocalestring("zh_cn"));

}}

中文提示資訊配置如下:「zh_cn」

000001=流程環節型別查詢異常,請校驗輸入引數!

000002=環節必經次數為次,目前已完成次。

​中文提示資訊配置如下:「en_us」

000001=ee-流程環節型別查詢異常,請校驗輸入引數!

000002=ee-環節必經次數為次,目前已完成次。

java 讀取配置檔案

前幾天因為配置檔案的事,線上的job掛掉了,使用的是spring載入配置檔案方式。spring配置如下 test.properties api test.properties decryptpropertyplaceholderconfigurer類如下所示。public class decrypt...

java讀取配置檔案

現今的程式都要求能夠讀寫配置檔案,使得程式的配置資訊能夠很方便地修改。讀取配置檔案通常使用property檔案,下面列舉了從hadoop的hdfs和本地的檔案系統讀取配置的例子。話不多說,上 讀取hdfs配置檔案 public static properties getpropertiesfromh...

java讀取配置檔案property

properties pro new properties try catch filenotfoundexception e catch ioexception e propertynames 返回屬性列表中所有鍵的列舉 enumeration enu2 pro.propertynames whi...