2
0
mirror of https://gitee.com/hotlcc/wechat4j.git synced 2025-07-19 07:09:35 +08:00

提交代码

This commit is contained in:
hotlcc 2018-08-15 16:18:34 +08:00
parent 4508c70682
commit 3e0e974a45
3 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ public final class PropertiesUtil {
static {
loadProperties(new String[]{
"config/app.properties",
"config/webwx-url.properties"
"META-INF/wechat4j/app.properties",
"META-INF/wechat4j/webwx-url.properties"
});
}