https://github.com/openmf/ph-ee-bill-pay
https://github.com/openmf/ph-ee-bill-pay
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmf/ph-ee-bill-pay
- Owner: openMF
- License: mpl-2.0
- Created: 2023-12-20T11:53:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T11:38:52.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T09:05:00.723Z (about 1 year ago)
- Language: Java
- Size: 173 KB
- Stars: 3
- Watchers: 4
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ph-ee-bill-pay
## Spotless
Use below command to execute the spotless apply.
```shell
./gradlew spotlessApply
```
## Checkstyle
Use below command to execute the checkstyle test.
```shell
./gradlew checkstyleMain
```