Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement spring-boot-devtools support #116

Open
plaird opened this issue Apr 23, 2021 · 0 comments
Open

Implement spring-boot-devtools support #116

plaird opened this issue Apr 23, 2021 · 0 comments

Comments

@plaird
Copy link
Contributor

plaird commented Apr 23, 2021

The devtools feature of Spring Boot is intended to speed up development. Details:

This will take some investigation, but I believe we need to do the following:

  • when building the jar/war packages, we need to exclude devtools by default for security reasons (don't want them in production)
  • have an attribute to include devtools for jar/war (see excludeDevtools property in Maven)
  • have a devtools variant of bazel run that uses the exploded form of the Spring Boot launcher
    • this is key, because devtools does not work when launched from jar, which is how we launch today
  • wire up all the locations that Bazel puts compiled resources into the devtools launcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant