Spring Boot 1.5.6 auto reload not working -


i working spring boot application. want auto reload feature of spring boot can java code change effect on application it's not working me. below details of application:

spring boot version: 1.5.6.release type: maven packaging: war ide: sts (spring tool suite) java version: 1.8.0_144 os: ubuntu 16.04.3 lts 

i have added following dependency auto reloading.

<dependency>         <groupid>org.springframework.boot</groupid>         <artifactid>spring-boot-devtools</artifactid>         <scope>runtime</scope> </dependency> 

please me fix issue.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -