注意:weixin.properties重命名为weixin4j.properties

This commit is contained in:
jinyu
2015-06-10 12:35:58 +08:00
parent 2721ae8477
commit c5163e7eac
7 changed files with 26 additions and 22 deletions
@@ -21,7 +21,7 @@ public class ConfigUtil {
private final static String CLASSPATH_VALUE;
private final static ResourceBundle weixinBundle;
static {
weixinBundle = ResourceBundle.getBundle("weixin");
weixinBundle = ResourceBundle.getBundle("weixin4j");
Set<String> keySet = weixinBundle.keySet();
File file = null;
CLASSPATH_VALUE = Thread.currentThread().getContextClassLoader()