Spring Integration in Play 2.6.15

I want to integrate Spring framework into Play 2.6.15. It was much easier in Play 2.2.6 with a Startup class extending GlobalSettings. I need to understand the startup point in Play 2.6.15 so that the annotation configuration of Spring can be introduced and the rest of the application follows. Need some help on this problem. Please help me in context of Java.

Hi @sumantasaha04,

This may be a good start point:

Best.