我有我的application.properties: test.md5.params=something1,something4 在我的java类中,我得到了这个特定值:并且需要创建与属性文件中相同的字符串application.prop
**(above part id done)** 我的问题如下::现在在我的参数列表中,我有[something1,something4],所以我需要连接两个字符串值finalString=request.getSomething1()+reque
我可以从属性文件中读取消息,在该文件中我使用key/value对添加了所有消息message.template.success.termination.update = Termination template updated successfullypublic class PropertyReader {
pri