ClassPathResource cr = new ClassPathResource("config/common-web.properties");//
Properties pros = new Properties();
try {
pros.load(cr.getInputStream());
} catch (IOException ex) {
}
ClassPathResource cr = new ClassPathResource("config/common-web.properties");//
Properties pros = new Properties();
try {
pros.load(cr.getInputStream());
} catch (IOException ex) {
}
1847
7968
1万+

被折叠的 条评论
为什么被折叠?