An open API service indexing awesome lists of open source software.

https://github.com/openmf/ph-ee-bulk-processor


https://github.com/openmf/ph-ee-bulk-processor

Last synced: about 1 year ago
JSON representation

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
```