-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs #1 update dependent api version to v3.1.0, update README.md
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
obp.api.rootUrl=https://apisandbox.openbankproject.com | ||
|
||
obp.api.versionedUrl:${obp.api.rootUrl}/obp/v2.2.0 | ||
obp.api.versionedUrl:${obp.api.rootUrl}/obp/v3.1.0 | ||
obp.api.directloginUrl=${obp.api.rootUrl}/my/logins/direct | ||
obp.api.directLoginPath=/my/logins/direct | ||
|
||
obp.consumerKey=jbzpfuib1u5b3qg0yt5vdnv2w5dggrujdh2v0ppj | ||
obp.consumerKey=mohge1sdpcssyqwoygsaokfaycayqsrgqcg4o023 | ||
|
||
//we are using multiple @FeignClient beans and without bean overriding the app fails to start. \ | ||
see https://stackoverflow.com/questions/53787550/jpaauditinghandler-defined-in-null-on-application-startup-using-spring-boot | ||
spring.main.allow-bean-definition-overriding=true | ||
|
||
|