How to reload changes without restart the server manually-springboot application and Intellij IDEA

preview_player
Показать описание
#reloadchangeswithoutrestart #reloadchanges #reloadspringboot #reloadchangesintellij #reloadautomatically #springboot-devstools
How to reload changes automatically without restarting the server - in springboot application
Prerequisite
1. you have springboot app
2. intellij idea already opened the springboot app

Let's jump right in
2. add this dependency(spring-boot-devtools), makesure you have internet connection
3. Run app
4. Enable Build Project automatically in Intellij Idea
5. Enable Allow auto-make to start even if developed application is currently running in intellij idea
6. try to create new method
7. hit method in the browser

Successful
Рекомендации по теме
Комментарии
Автор

Just because you don't manually restart doesn't mean that the server isn't restarting. Devtools causes it to restart automatically, which you can clearly see in your video.

jonathanputney
Автор

Lol!!! it is restarting application when auto build but STS wont do like that particular page will compile not do full application restart

shusmnasush