"...src/main/resources/template/front/index.ftl" did not exist on "8acf3cc2d47126ef42b7a574da7f6001a18a3006"
Commit 96a6a4f6 authored by 陈泉's avatar 陈泉
Browse files

支持 JDK 17 编译

parent 6d17cf25
......@@ -112,6 +112,12 @@
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>1.2.2</version>
</dependency>
</dependencies>
......
......@@ -22,8 +22,6 @@ import com.jeequan.jeepay.pay.util.ChannelCertConfigKitBean;
import com.jeequan.jeepay.service.impl.SysConfigService;
import org.springframework.beans.factory.annotation.Autowired;
import javax.jws.Oneway;
/*
* 支付接口抽象类
*
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment