This message was deleted.
# questions
s
This message was deleted.
g
you could put
Copy code
profile "org.grails.profiles:web"
as a work around. this not only can solve your run/debug issue, also it can solve the grails command issue, say you can run dbm-xxxx via clicking ‘Run Grails command’ menu
👍 1
m
Since Grails is built upon Spring Boot, so the project should be recognised as Spring Boot application first, this means that we could use the Spring features that IDEA supports.
We could run the commands in the Grails console or shell, the IDEA menus provide nothing more than that