I have a project with grails 3.3.8, the problem is that once I edit a driver or a gsp file, the changes are not reflected in the web browser even though the following message appears when it detects a change :
Controller.groovy change, compiling...
To run the application I only run the run-app
command, I do not know if I need to put any parameters or anything like that.