Open rpoet-jh opened 2 months ago
As a reminder, we can only accept changes through pull requests through GitHub. Please see our contribution guidelines for more information!
When journal loader is converted to a spring app, we should also enable loading app props from aws param store. See this PR for example of how it is done: https://github.com/eclipse-pass/pass-support/pull/126
What?
The
pass-support/pass-journal-loader
should be converted to a Spring Boot project. The other data loaders are already Spring Boot projects.Why? To be consistent with the other data loaders, and to remove boiler plate code.
Acceptance Criteria
pass-support/pass-journal-loader
is Spring Boot.