Spring integration in play 2.7

Hi, I am trying to migrate play 2.6 to 2.7and I am not able to integrate spring to 2.7. in 2.6 I used play-spring-loader by this method https://github.com/playframework/play-spring-loader
please let me know is there any to integrate spring into play 2.7

It looks like this library still targets Play 2.6 (https://github.com/playframework/play-spring-loader/blob/master/build.sbt#L10).

I think that library would have to be updated for 2.7. This is a community-maintained library - would you be interested in contributing?

1 Like