I'm developing application using Grails 3.3.10
if I did any change in the controller or service i need to restart Grails to see the effect of that change and this is time consuming , i tried to rebuild the project but still no effect , my IDE is Intellij
, is there a way to see the effect without restarting Grails ?
Asked
Active
Viewed 43 times
0

SShehab
- 1,039
- 3
- 17
- 31
-
Which version of Intellij? – Michal_Szulc Sep 20 '19 at 17:06
-
@Michal_Szulc Intellij `2.2.2019` – SShehab Sep 20 '19 at 17:45
-
1Are you using grails development env? Not sure if related but have a look at: https://intellij-support.jetbrains.com/hc/en-us/community/posts/207602705-Grails-3-not-automatically-hot-swapping-changed-code-after-upgrading-to-2016-1-3 – Moon Sep 21 '19 at 02:26
-
@SShehab spaces in a file's path will break automatic reloading – Rahul Mahadik Sep 26 '19 at 05:57
-
1@RahulMahadik , It worked when removed any spaces from the project's name and tried everything worked as expected. – SShehab Sep 26 '19 at 17:31