Probably not important, but anyone having problem with the IntelliJ reload option in Grails?
Starting the application from the IntelliJ Run App sets
Reloading active: false
I tried through the console (powershwell) to clean and relaunch the app. Reloading is true and set as expected.
Running IntelliJ 14.1.1/Grails 3.0.1/JDK 1.8.025
We can configure the settings for how IntelliJ IDEA syncs with Gradle by pressing the settings icon in the Gradle tool window, and selecting Auto-Reload Settings. We can set IntelliJ IDEA to automatically reload the project after "Any changes" in the build script files, so changes are automatically reloaded.
Then restart your Spring Boot application. In Eclipse or Spring Tool Suite, the automatic restart feature works immediately when you press Ctrl + S to save changes in the code. However, in IntelliJ IDEA, you have to press Ctrl + F9 (Build Project) to trigger hot restart of the application.
try starting with -Xverify:none
VM argument
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With