Spring-boot-devtools for autobuilding application in IntelliJ IDE

Hi,

When building application in IntelliJ developer has to build and run the application every single time.

It’s really tiresome to do this repeatedly. I found an article online which is by making use of Spring dependency to achieve this.

<depend…


This content originally appeared on DEV Community and was authored by Farheen Shaikh

Hi,

When building application in IntelliJ developer has to build and run the application every single time.

It's really tiresome to do this repeatedly. I found an article online which is by making use of Spring dependency to achieve this.

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>

I'm adding few links for reference from official sites-

  1. https://www.jetbrains.com/help/idea/spring-boot.html#application-update-policies
  2. https://docs.spring.io/spring-boot/reference/using/devtools.html#using.devtools.diagnosing-classloading-issues

Hit the like if you find this article helpful.!

Thanks for reading.


This content originally appeared on DEV Community and was authored by Farheen Shaikh


Print Share Comment Cite Upload Translate Updates
APA

Farheen Shaikh | Sciencx (2024-07-17T08:46:51+00:00) Spring-boot-devtools for autobuilding application in IntelliJ IDE. Retrieved from https://www.scien.cx/2024/07/17/spring-boot-devtools-for-autobuilding-application-in-intellij-ide/

MLA
" » Spring-boot-devtools for autobuilding application in IntelliJ IDE." Farheen Shaikh | Sciencx - Wednesday July 17, 2024, https://www.scien.cx/2024/07/17/spring-boot-devtools-for-autobuilding-application-in-intellij-ide/
HARVARD
Farheen Shaikh | Sciencx Wednesday July 17, 2024 » Spring-boot-devtools for autobuilding application in IntelliJ IDE., viewed ,<https://www.scien.cx/2024/07/17/spring-boot-devtools-for-autobuilding-application-in-intellij-ide/>
VANCOUVER
Farheen Shaikh | Sciencx - » Spring-boot-devtools for autobuilding application in IntelliJ IDE. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/17/spring-boot-devtools-for-autobuilding-application-in-intellij-ide/
CHICAGO
" » Spring-boot-devtools for autobuilding application in IntelliJ IDE." Farheen Shaikh | Sciencx - Accessed . https://www.scien.cx/2024/07/17/spring-boot-devtools-for-autobuilding-application-in-intellij-ide/
IEEE
" » Spring-boot-devtools for autobuilding application in IntelliJ IDE." Farheen Shaikh | Sciencx [Online]. Available: https://www.scien.cx/2024/07/17/spring-boot-devtools-for-autobuilding-application-in-intellij-ide/. [Accessed: ]
rf:citation
» Spring-boot-devtools for autobuilding application in IntelliJ IDE | Farheen Shaikh | Sciencx | https://www.scien.cx/2024/07/17/spring-boot-devtools-for-autobuilding-application-in-intellij-ide/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.