https://github.com/backbase/arrangement-behaviour-extension
https://github.com/backbase/arrangement-behaviour-extension
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backbase/arrangement-behaviour-extension
- Owner: Backbase
- Created: 2020-06-15T13:51:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T09:58:02.000Z (about 3 years ago)
- Last Synced: 2024-04-16T10:58:17.176Z (almost 2 years ago)
- Language: Java
- Size: 77.1 KB
- Stars: 3
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arrangement Manager Extension
This project is an example on how to create a behaviour extension for arrangement-manager.
The example involves changing `accountHolderCountry` randomly and setting `accountHolderStreetName` to "123 Fake Street".
**NOTE** make sure you create all the extended classes under `com.backbase.dbs.product package` as this is the package that Spring will scan to create the beans.
## How to use
To use your service extension, you have to include the JAR build from this project to the CLASSPATH of the service.
By adding the profile `docker-image` to the build command, the project builds and pushes a new docker image
that already contains the extension:
./mvnw clean build -Pdocker-image
To use the extension in other scenarios, please check the community documentation.
## Community Documentation
* [Extend the behavior of a service](https://community.backbase.com/documentation/ServiceSDK/latest/extend_service_behavior)