Subject: Alternative to Spring Loaded for Hot Reloading in Grails 6.2.1 with Java 17 and Gradle 7.6.4.
Hello Community,
I'm currently working on a Grails 6.2.1 project using Java 17 and Gradle 7.6.4. In my previous projects with Grails 5.3.5 and Java 8, I used Spring Loaded for hot reloading, which helped me reflect backend and frontend changes quickly. However, Spring Loaded is not compatible with Java 17.
Currently, changes to both the backend and frontend are not reflecting as fast as I would like during development. I was wondering if there is an alternative to Spring Loaded that supports Java 17 and works effectively with Grails 6.2.1 and Gradle 7.6.4.
Any suggestions or best practices for achieving fast reload times would be greatly appreciated!
Thank you!