合集-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
阅读全文
springboot 支付宝支付业务-网页端扫码
摘要:AlipayClient alipayClient = new DefaultAlipayClient( "https://openapi.alipay.com/gateway.do", appID,//后台的appID privateKey, //应用私钥 "json", charset,//UT
阅读全文
springboot 延时任务
摘要:用途,某个时间发生后要在多久后去执行其他事 package com.xxx.zhugeyl.delayService;import com.xxx.common.utils.DateUtils;import com.xxx.zhugeyl.domain.Web.TaskBase;import jav
阅读全文