diff --git a/src/main/java/com/hotlcc/wechat4j/util/PropertiesUtil.java b/src/main/java/com/hotlcc/wechat4j/util/PropertiesUtil.java index c1aaa4c..b0a2830 100644 --- a/src/main/java/com/hotlcc/wechat4j/util/PropertiesUtil.java +++ b/src/main/java/com/hotlcc/wechat4j/util/PropertiesUtil.java @@ -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" }); } diff --git a/src/main/resources/config/app.properties b/src/main/resources/META-INF/wechat4j/app.properties similarity index 100% rename from src/main/resources/config/app.properties rename to src/main/resources/META-INF/wechat4j/app.properties diff --git a/src/main/resources/config/webwx-url.properties b/src/main/resources/META-INF/wechat4j/webwx-url.properties similarity index 100% rename from src/main/resources/config/webwx-url.properties rename to src/main/resources/META-INF/wechat4j/webwx-url.properties