自定义messageConverter

This commit is contained in:
felord.cn
2020-11-29 00:36:37 +08:00
parent b9c83c3c63
commit 9c0da19bc2

View File

@@ -48,9 +48,7 @@ import java.util.stream.Collectors;
* @since 16 :48
*/
public class SignatureProvider {
/**
* The constant APPLICATION_JSON.
*/
private static final IdGenerator ID_GENERATOR = new AlternativeJdkIdGenerator();
private static final String SCHEMA = "WECHATPAY2-SHA256-RSA2048 ";
private final RestOperations restOperations = new RestTemplate();