Is there any ways to bind configs to pojo like spring ConfigurationProperties ?? #12633
Unanswered
iammohan01
asked this question in
Q&A
Replies: 1 comment
-
You can use Dagger 2 or Guide to inject configuration. https://www.playframework.com/documentation/2.8.x/JavaDependencyInjection |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In spring we can simply annotate a config class with @ConfigurationProperties ?? is there any ways to bind and inject configs props into pojo in playframwork ??
Beta Was this translation helpful? Give feedback.
All reactions