Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Enable Grails 3.x auto-reload in IntelliJ

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

like image 948
Al-Punk Avatar asked Apr 30 '15 04:04

Al-Punk


People also ask

How do I enable auto reload in IntelliJ?

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.

How to restart Spring Boot in IntelliJ?

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.


1 Answers

try starting with -Xverify:none VM argument

like image 136
5ar Avatar answered Sep 27 '22 23:09

5ar