Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
96a6a4f6
"...src/main/resources/template/front/index.ftl" did not exist on "8acf3cc2d47126ef42b7a574da7f6001a18a3006"
Commit
96a6a4f6
authored
Mar 29, 2022
by
陈泉
Browse files
支持 JDK 17 编译
parent
6d17cf25
Changes
2
Hide whitespace changes
Inline
Side-by-side
jeepay-payment/pom.xml
View file @
96a6a4f6
...
...
@@ -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>
...
...
jeepay-payment/src/main/java/com/jeequan/jeepay/pay/channel/AbstractPaymentService.java
View file @
96a6a4f6
...
...
@@ -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
;
/*
* 支付接口抽象类
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment