Skip to content

Commit

Permalink
docs: partially resolved #2638 (#2728)
Browse files Browse the repository at this point in the history
* changed how to build and how to get started working

* docs: change how to build and how to get started working

* docs: change how to build and how to get started working

* docs: partially resolved #2638
  • Loading branch information
prahaladhchandrahasan authored Feb 2, 2022
1 parent 780b197 commit 4d24505
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@ Attaching the Hawtio console to your Spring Boot app is simple.
</dependency>

2. Enable the Hawtio and Jolokia endpoints by adding the following line in `application.properties`:
```
management.endpoints.web.exposure.include=hawtio,jolokia
spring.jmx.enabled=true
```



management.endpoints.web.exposure.include=hawtio,jolokia

Now you should be able to run Hawtio in your Spring Boot app as follows:

Expand Down

0 comments on commit 4d24505

Please sign in to comment.