We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spring.jmx.enabled=true
spring.jmx.enabled=true needs to be set since Spring Boot 2.2, otherwise the Spring Boot Plugin won't be available.
I found that it's set here:
hawtio/examples/springboot/src/main/resources/application.properties
Line 6 in 4fcf1fa
But I couldn't find this mentioned anywhere in the documentation (e.g. in the readme or the docs) but I think it's quite important.
I'd create a PR but I can't from the office :-(
The text was updated successfully, but these errors were encountered:
Contributions are welcome! ;-)
Sorry, something went wrong.
4d24505
Revert "docs: partially resolved #2638 (#2728)"
599720f
This reverts commit 4d24505.
No branches or pull requests
spring.jmx.enabled=true
needs to be set since Spring Boot 2.2, otherwise the Spring Boot Plugin won't be available.I found that it's set here:
hawtio/examples/springboot/src/main/resources/application.properties
Line 6 in 4fcf1fa
But I couldn't find this mentioned anywhere in the documentation (e.g. in the readme or the docs) but I think it's quite important.
I'd create a PR but I can't from the office :-(
The text was updated successfully, but these errors were encountered: