I\'m trying to migrate a Playframework application from 2.4 to 2.5.3 and I have problems to get values from application.conf file:
application.conf
Before t
Try to annotate your class with Singleton so that play can detect your bean to inject your resources.