Re: How can I reload my changes on Spring Boot without having to restart my server?

2017-08-08 Thread Attila Kelemen
Hi, If you are using Gretty to run your code, then I think you just have to recompile your project. I'm uncertain but I think if you are just running your project with SpringBoot, it won't pick it up. Normally, I would say, that you could run your code in debug mode and click Debug/Apply Code cha

How can I reload my changes on Spring Boot without having to restart my server?

2017-08-08 Thread marccollin7...@gmail.com
Hi i use spring boot 2.0.0 with netbeans 8.2 and gralde. How to avoid to restart every time server when i do a change in the code ? thanks