|
@@ -1,7 +1,6 @@
|
|
|
package com.book.push.config;
|
|
|
|
|
|
import lombok.Data;
|
|
|
-import org.apache.logging.log4j.core.util.JsonUtils;
|
|
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
|
|
|
|
import java.util.List;
|
|
@@ -70,8 +69,5 @@ public class WxMpProperties {
|
|
|
private String aesKey;
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public String toString() {
|
|
|
- return JsonUtils.toJson(this);
|
|
|
- }
|
|
|
+
|
|
|
}
|