Skip to content

komercka/adaa-eventapi-spring-boot-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KB ADAA Event API example

Links


This Java web application serves as a reference example, or an inspiration for developers who want to develop software based on the KB ADAA Event API. This example is based on the Spring Boot framework.

How to run

  1. Complete application properties located in the ./server/src/main/resources/application.yml file

  2. You should build this project with Maven

    mvn clean install
    

    and then run the embedded Tomcat server using command in web maven module:

    mvn spring-boot:run -pl rest
    
  3. Or you can deploy a built war file to your own instance of the application server

Description

The ADAA Event API must be subscribed to the KB ADAA API. The ADAA Event API then receives a notification after each transaction, but no more than once every 5 minutes.


If you still have any questions please contact a KB API support team.

About

Example application of using KB ADAA Event API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages