.yo-rc.json file generated in the root folderentityName.json files generated in the .jhipster directory Are you compiling the file after you change it, or just saving it?
Just saving. I though that devTools detect changes automatically.
I tried in eclipse and it is working on saving, like this example:
https://spring.io/blog/2015/06/17/devtools-in-spring-boot-1-3
This is because Eclipse compiles automatically on save. Here's how to get similar functionality in IntelliJ:
http://stackoverflow.com/questions/12744303/intellij-idea-java-classes-not-auto-compiling-on-save
Thank you very much. Works now.
It's just an idea, but maybe a note in the documentation in the intellij part may help other people, or maybe it's only my fault, anyway, thanks for the light-speed response! xD
@lluiscanals would you consider submitting a PR for documentation on this topic?
Yes of course. I have never done before....but always a first time for all
xD. Tomorrow I will read about how to submit a PR and I'll try! :)
El 29/10/2015 0:25, "Gaël Marziou" [email protected] escribió:
@lluiscanals https://github.com/lluiscanals would you consider
submitting a PR for documentation on this topic?—
Reply to this email directly or view it on GitHub
https://github.com/jhipster/generator-jhipster/issues/2242#issuecomment-152028346
.
Great :)
@mraible, @lluiscanals Still IntelliJ will not automatically compile the class when the application is running. But hitting Ctrl-Shift-F9 will do the trick.
Most helpful comment
This is because Eclipse compiles automatically on save. Here's how to get similar functionality in IntelliJ:
http://stackoverflow.com/questions/12744303/intellij-idea-java-classes-not-auto-compiling-on-save