This commit is contained in:
韩鹏辉 2024-06-11 10:41:56 +08:00
parent 7894f47de4
commit 54422b1110
49 changed files with 98 additions and 0 deletions

60
.gitignore vendored Normal file
View 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_/

View File

View File

View File

View File

View File

View File

38
jeepay-web/.gitignore vendored Normal file
View 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

Binary file not shown.

Binary file not shown.

BIN
libs/ccbpay/netpay.jar Normal file

Binary file not shown.

BIN
libs/hmpay-sdk-2.4.1.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
libs/icbcpay/icbc-ca.jar Normal file

Binary file not shown.

BIN
libs/kqpay/SADK-3.7.0.1.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
libs/yspay-hikefa-3.0.jar Normal file

Binary file not shown.

BIN
libs/yspay-sadk-3.6.2.1.jar Normal file

Binary file not shown.