https://github.com/openmf/ph-ee-connector-channel
Channel connector microservice
https://github.com/openmf/ph-ee-connector-channel
Last synced: 10 months ago
JSON representation
Channel connector microservice
- Host: GitHub
- URL: https://github.com/openmf/ph-ee-connector-channel
- Owner: openMF
- License: mpl-2.0
- Created: 2020-02-28T21:51:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T18:07:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T09:04:59.980Z (about 1 year ago)
- Language: Java
- Size: 477 KB
- Stars: 4
- Watchers: 6
- Forks: 31
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# payment-hub-ee
Payment Hub Enterprise Edition middleware for integration to real-time payment systems.
#Auto-Trigger
# Checkstyle
Use below command to execute the checkstyle test.
```shell
./gradlew checkstyleMain
```
## Spotless
Use below command to execute the spotless apply.
```shell
./gradlew spotlessApply
```