//使用Spring的工具就行了 1 import java.util.Properties;2 import org.springframework.core.io.support.PropertiesLoaderUtils;3 4 Properties prop = PropertiesLoaderUtils.loadAllProperties("XXX.properties");5 prop.getProperty("name");
本文共 271 字,大约阅读时间需要 1 分钟。
//使用Spring的工具就行了 1 import java.util.Properties;2 import org.springframework.core.io.support.PropertiesLoaderUtils;3 4 Properties prop = PropertiesLoaderUtils.loadAllProperties("XXX.properties");5 prop.getProperty("name");
转载于:https://www.cnblogs.com/LUA123/p/6042568.html