我在.properties文件中有键值对 jndi.DataSource = jdbc / MC
我的以下代码前缀为斜杠ex。 jndi.DataSource = jdbc \ / MC
PropertiesConfiguration configProp = new PropertiesConfiguration(prop.properties);
configProp.setProperty(propertyKeyToBeChanged, propertyValue);
configProp.save();
我该如何阻止它。
答案 0 :(得分:0)
这是一个错误。我在使用commons-lang-2.4.jar。使用commons-lang-2.6.jar来解决问题。