Skip to content

ankita10r/ph-ee-bulk-processor

This branch is 1 commit ahead of, 25 commits behind openMF/ph-ee-bulk-processor:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9545245 · Dec 15, 2023
Nov 27, 2023
Nov 27, 2023
Jun 14, 2023
May 28, 2023
Jun 14, 2023
Dec 15, 2023
Dec 1, 2021
May 28, 2023
Jun 14, 2023
Sep 4, 2023
Nov 3, 2023
May 28, 2023
May 28, 2023
Jul 19, 2021
Jul 19, 2021
Dec 1, 2021

Repository files navigation

#Auto-Trigger

SSL Configuration

server:
  ssl:
    key-alias: "tomcat-https"
    key-store: "classpath:keystore.jks"
    key-store-type: JKS
    key-password: "<replace-with-password>"
    key-store-password: "<replace-with-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.

./gradlew checkstyleMain

Spotless

Use below command to execute the spotless apply.

./gradlew spotlessApply

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%