Reputation: 1521
I am unable to find the option of setting VM args to my Spring boot application in Intellij Community edition. Screenshot below:
AFAIK Intellij Community edition has an option to specify VM args. Kindly help.
Upvotes: 0
Views: 730
Reputation: 5333
From the screen where you are at: Click Modify Options. In the menu that appears, click Java -> Add VM Options. That is also accessible by a shortcut. Alt + V default on Windows.
[
Once you checked Add VM Options a separate text box for VM options appear.
Upvotes: 1