10000 GitHub - logoutdhaval/ph-ee-connector-common: Shared artifacts/ common code between Java-based connectors.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Shared artifacts/ common code between Java-based connectors.

License

Notifications You must be signed in to change notification settings

logoutdhaval/ph-ee-connector-common

 
 

Repository files navigation

payment-hub-ee

Payment Hub Enterprise Edition middleware for integration to real-time payment systems.

How to enable JWSWebInterceptor

Step1: Add @EnableJsonWebSignature annotation to the main application class of your microservice. Step2: Use below mention configuration in application.yaml to disable or enable the JsonWebSignatureInterceptor.

security:
  jws:
    enable: true
    response:
      enable: true

About

Shared artifacts/ common code between Java-based connectors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0