mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-07 13:10:44 +00:00
ref 脚手架删除代码生成模块, 调整遗漏包名和多余依赖
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>cn.bootx.platform</groupId>
|
||||
<groupId>cn.daxpay.single</groupId>
|
||||
<artifactId>daxpay-single</artifactId>
|
||||
<version>2.0.6</version>
|
||||
</parent>
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
<!-- 支付核心包-->
|
||||
<dependency>
|
||||
<groupId>cn.bootx.platform</groupId>
|
||||
<groupId>cn.daxpay.single</groupId>
|
||||
<artifactId>daxpay-single-core</artifactId>
|
||||
<version>${daxpay.version}</version>
|
||||
</dependency>
|
||||
|
@@ -5,12 +5,10 @@ import cn.hutool.core.codec.Base64;
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import cn.hutool.crypto.SecureUtil;
|
||||
import cn.hutool.crypto.symmetric.AES;
|
||||
import cn.hutool.extra.spring.SpringUtil;
|
||||
import lombok.Setter;
|
||||
import org.apache.ibatis.type.BaseTypeHandler;
|
||||
import org.apache.ibatis.type.JdbcType;
|
||||
|
||||
import javax.annotation.PostConstruct;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.sql.CallableStatement;
|
||||
import java.sql.PreparedStatement;
|
||||
@@ -27,7 +25,6 @@ public class DecryptTypeHandler extends BaseTypeHandler<String> {
|
||||
@Setter
|
||||
private static DataPermProperties dataPermProperties;
|
||||
|
||||
|
||||
/**
|
||||
* 加密
|
||||
*/
|
||||
|
Reference in New Issue
Block a user