aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/at/gv/egiz/moazs/ConfigUtilTest.java
AgeCommit message (Collapse)AuthorFilesLines
2019-08-20Add Custom Http Headers to HTTP ClientsChristof Rabensteiner1-0/+80
- Change app2mzs schema: Add Custom Headers to ClientType Element. - Set custom headers in ClientFactory. - Parse custom headers from spring environment. - Merge custom headers from two different profiles. - Add example to application.yaml. - Test conversion of custom headers from spring profile - Test merging and overriding custom headers.