como reload en tiempo de ejecucion sin reiniciar el server spring boot eclipse

agregar en el pom de  proyecto

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

tener activada la opcion
Project -> build automatically

No hay comentarios:

Publicar un comentario

linux ubuntu mint actualizar chrome

 desde una terminal: $ sudo apt update $ sudo apt install google-chrome-stable