Mixing Springboot components in a Grails application: We have a legacy Grails application of significant size using Grails 6.2.x and Java 17. We are trying to convert this application into a Springboot application (rest of our applications are all Springboot, this being the only exception). The approach we are thinking of taking is to incrementally do this conversion. So take one or two Grails controllers and services at a time and convert them into Springboot. And we are hoping that we would be able to run the application as a mix of the two for a while until we complete this conversion. I was wondering if anyone else here has the experience of converting a Grails application into a Springboot application and can share their wisdom/learnings etc. Thanks.