提交
This commit is contained in:
60
.gitignore
vendored
Normal file
60
.gitignore
vendored
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
# [ java 字节码 ]
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# [ 日志文件 ]
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# [ 打包压缩文件 ]
|
||||||
|
#*.jar
|
||||||
|
*.war
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
*.rar
|
||||||
|
|
||||||
|
# [ java 虚拟机异常日志 see http://www.java.com/en/download/help/error_hotspot.xml ]
|
||||||
|
hs_err_pid*
|
||||||
|
|
||||||
|
# [ 操作系统缓存和备份 ]
|
||||||
|
tmp/
|
||||||
|
*.tmp
|
||||||
|
*.bak
|
||||||
|
*.swp
|
||||||
|
*~.nib
|
||||||
|
|
||||||
|
# [ eclipse ]
|
||||||
|
.metadata
|
||||||
|
bin/
|
||||||
|
.settings
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
|
||||||
|
# [ IDEA ]
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# [ MAVEN ]
|
||||||
|
target/
|
||||||
|
|
||||||
|
# [Jrebel]
|
||||||
|
rebel.xml
|
||||||
|
|
||||||
|
# ################################################ 前端 ###################
|
||||||
|
# [npm包管理依赖]
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# [dist目录]
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# [HBuilderX 编译目录 ]
|
||||||
|
unpackage/
|
||||||
|
|
||||||
|
# [vscode IDE]
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# [mac]
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# [忽略开发配置文件]
|
||||||
|
conf/devCommons/config/application.yml
|
||||||
|
/jeepay-task-center/src/main/resources/application.properties
|
||||||
|
_temp_/
|
||||||
0
jeepay-agent/src/main/resources/templates/.gitkeep
Normal file
0
jeepay-agent/src/main/resources/templates/.gitkeep
Normal file
0
jeepay-agent/src/test/java/.gitkeep
Normal file
0
jeepay-agent/src/test/java/.gitkeep
Normal file
0
jeepay-agent/src/test/resources/.gitkeep
Normal file
0
jeepay-agent/src/test/resources/.gitkeep
Normal file
0
jeepay-manager/src/test/java/.gitkeep
Normal file
0
jeepay-manager/src/test/java/.gitkeep
Normal file
0
jeepay-manager/src/test/resources/.gitkeep
Normal file
0
jeepay-manager/src/test/resources/.gitkeep
Normal file
0
jeepay-member/src/test/java/.gitkeep
Normal file
0
jeepay-member/src/test/java/.gitkeep
Normal file
0
jeepay-member/src/test/resources/.gitkeep
Normal file
0
jeepay-member/src/test/resources/.gitkeep
Normal file
0
jeepay-merchant/src/test/java/.gitkeep
Normal file
0
jeepay-merchant/src/test/java/.gitkeep
Normal file
0
jeepay-merchant/src/test/resources/.gitkeep
Normal file
0
jeepay-merchant/src/test/resources/.gitkeep
Normal file
0
jeepay-payment/src/test/java/.gitkeep
Normal file
0
jeepay-payment/src/test/java/.gitkeep
Normal file
0
jeepay-payment/src/test/resources/.gitkeep
Normal file
0
jeepay-payment/src/test/resources/.gitkeep
Normal file
0
jeepay-task-center/src/test/java/com/.keep
Normal file
0
jeepay-task-center/src/test/java/com/.keep
Normal file
0
jeepay-task-center/src/test/resources/.keep
Normal file
0
jeepay-task-center/src/test/resources/.keep
Normal file
38
jeepay-web/.gitignore
vendored
Normal file
38
jeepay-web/.gitignore
vendored
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
target/
|
||||||
|
!.mvn/wrapper/maven-wrapper.jar
|
||||||
|
!**/src/main/**/target/
|
||||||
|
!**/src/test/**/target/
|
||||||
|
|
||||||
|
### IntelliJ IDEA ###
|
||||||
|
.idea/modules.xml
|
||||||
|
.idea/jarRepositories.xml
|
||||||
|
.idea/compiler.xml
|
||||||
|
.idea/libraries/
|
||||||
|
*.iws
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
|
||||||
|
### Eclipse ###
|
||||||
|
.apt_generated
|
||||||
|
.classpath
|
||||||
|
.factorypath
|
||||||
|
.project
|
||||||
|
.settings
|
||||||
|
.springBeans
|
||||||
|
.sts4-cache
|
||||||
|
|
||||||
|
### NetBeans ###
|
||||||
|
/nbproject/private/
|
||||||
|
/nbbuild/
|
||||||
|
/dist/
|
||||||
|
/nbdist/
|
||||||
|
/.nb-gradle/
|
||||||
|
build/
|
||||||
|
!**/src/main/**/build/
|
||||||
|
!**/src/test/**/build/
|
||||||
|
|
||||||
|
### VS Code ###
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
### Mac OS ###
|
||||||
|
.DS_Store
|
||||||
BIN
libs/bocom-openapi-sdk-2.0-0916.jar
Normal file
BIN
libs/bocom-openapi-sdk-2.0-0916.jar
Normal file
Binary file not shown.
BIN
libs/bpaas-bizapi-sdk-1.0.2.jar
Normal file
BIN
libs/bpaas-bizapi-sdk-1.0.2.jar
Normal file
Binary file not shown.
BIN
libs/ccbpay/netpay.jar
Normal file
BIN
libs/ccbpay/netpay.jar
Normal file
Binary file not shown.
BIN
libs/hmpay-sdk-2.4.1.jar
Normal file
BIN
libs/hmpay-sdk-2.4.1.jar
Normal file
Binary file not shown.
BIN
libs/icbcpay/hsm-software-share-1.0.5.jar
Normal file
BIN
libs/icbcpay/hsm-software-share-1.0.5.jar
Normal file
Binary file not shown.
BIN
libs/icbcpay/icbc-api-sdk-cop-io.jar
Normal file
BIN
libs/icbcpay/icbc-api-sdk-cop-io.jar
Normal file
Binary file not shown.
BIN
libs/icbcpay/icbc-api-sdk-cop.jar
Normal file
BIN
libs/icbcpay/icbc-api-sdk-cop.jar
Normal file
Binary file not shown.
BIN
libs/icbcpay/icbc-ca.jar
Normal file
BIN
libs/icbcpay/icbc-ca.jar
Normal file
Binary file not shown.
BIN
libs/kqpay/SADK-3.7.0.1.jar
Normal file
BIN
libs/kqpay/SADK-3.7.0.1.jar
Normal file
Binary file not shown.
BIN
libs/kqpay/crypto-sdk-1.0.1.jar
Normal file
BIN
libs/kqpay/crypto-sdk-1.0.1.jar
Normal file
Binary file not shown.
BIN
libs/kqpay/logback-cfca-jdk1.6-4.2.1.0.jar
Normal file
BIN
libs/kqpay/logback-cfca-jdk1.6-4.2.1.0.jar
Normal file
Binary file not shown.
BIN
libs/leshuapay/leshuapay-sdk-1.0.0.jar
Normal file
BIN
libs/leshuapay/leshuapay-sdk-1.0.0.jar
Normal file
Binary file not shown.
BIN
libs/weixin-java-pay-4.3.7.B.jar
Normal file
BIN
libs/weixin-java-pay-4.3.7.B.jar
Normal file
Binary file not shown.
BIN
libs/yspay-cfca-jdk1.6-4.1.1.0.jar
Normal file
BIN
libs/yspay-cfca-jdk1.6-4.1.1.0.jar
Normal file
Binary file not shown.
BIN
libs/yspay-hikefa-3.0.jar
Normal file
BIN
libs/yspay-hikefa-3.0.jar
Normal file
Binary file not shown.
BIN
libs/yspay-sadk-3.6.2.1.jar
Normal file
BIN
libs/yspay-sadk-3.6.2.1.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user