合集-JAVA
RSAUtils
摘要:package com.xxx.common.utils;import org.apache.commons.codec.binary.Base64;import org.apache.commons.lang3.ArrayUtils;import javax.crypto.Cipher;impor 阅读全文
posted @ 2021-12-27 13:55 独醉笑清风 阅读(758) 评论(0) 推荐(0)
springboot 支付宝支付业务-网页端扫码
摘要:AlipayClient alipayClient = new DefaultAlipayClient( "https://openapi.alipay.com/gateway.do", appID,//后台的appID privateKey, //应用私钥 "json", charset,//UT 阅读全文
posted @ 2021-12-05 13:00 独醉笑清风 阅读(408) 评论(0) 推荐(0)
springboot 延时任务
摘要:用途,某个时间发生后要在多久后去执行其他事 package com.xxx.zhugeyl.delayService;import com.xxx.common.utils.DateUtils;import com.xxx.zhugeyl.domain.Web.TaskBase;import jav 阅读全文
posted @ 2021-12-01 21:37 独醉笑清风 阅读(2108) 评论(0) 推荐(0)