https://github.com/openmf/ph-ee-identity-account-mapper
https://github.com/openmf/ph-ee-identity-account-mapper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmf/ph-ee-identity-account-mapper
- Owner: openMF
- Created: 2023-04-05T05:54:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T11:43:09.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T09:05:05.139Z (over 1 year ago)
- Language: Java
- Size: 151 KB
- Stars: 1
- Watchers: 4
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ph-ee-identity-account-mapper
## Spotless
Use below command to execute the spotless apply.
```shell
./gradlew spotlessApply
```
## Checkstyle
Use below command to execute the checkstyle test.
```shell
./gradlew checkstyleMain
```