Skip to content

vpavic/poc-spring-boot-livereload

Repository files navigation

PoC: Spring Boot LiveReload

CI

Existing support for LiveReload in Spring Boot depends on LiveReload browser extensions. There are several concerns related to that approach:

  • LiveReload browser extensions [1] [2] have been unmaintained for several years

  • modern web development tools offer LiveReload (or similar) capabilities without needing to use any browser extensions

This project is a proof of concept for an improved LiveReload support in Spring Boot that doesn’t require usage of browser extensions. The approach taken in this PoC consists of:

All of the above are handled by poc-devtools, which depends on org.springframework.boot:spring-boot-devtools and pulls it in transitively, while poc-application is a simple Spring Boot application that utilizes the poc-devtools and can be used to showcase the improved LiveReload capabilities.

Note
This PoC targets Servlet-stack (Spring Web MVC)

Related issues/PRs:

About

PoC: Spring Boot LiveReload

Topics

Resources

License

Stars

Watchers

Forks

Contributors