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.
-
Complete application properties located in the
./server/src/main/resources/application.yml
file -
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
-
Or you can deploy a built
war
file to your own instance of the application server
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.