https://github.com/openmf/ph-ee-bulk-processor
https://github.com/openmf/ph-ee-bulk-processor
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmf/ph-ee-bulk-processor
- Owner: openMF
- License: mpl-2.0
- Created: 2021-06-14T04:58:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T05:37:22.000Z (over 1 year ago)
- Last Synced: 2025-03-30T09:05:02.157Z (about 1 year ago)
- Language: Java
- Size: 497 KB
- Stars: 2
- Watchers: 4
- Forks: 17
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Auto-Trigger
## SSL Configuration
```yaml
server:
ssl:
key-alias: "tomcat-https"
key-store: "classpath:keystore.jks"
key-store-type: JKS
key-password: ""
key-store-password: ""
port: 8443
```
#### NOTE: For disabling TLS, change the port to "8080" and add null values for all the "ssl" related fields.
## Checkstyle
Use below command to execute the checkstyle test.
```shell
./gradlew checkstyleMain
```
## Spotless
Use below command to execute the spotless apply.
```shell
./gradlew spotlessApply
```