snowdrop / vertx-spring-boot

Vert.x Spring Boot integration brings different Vert.x components to Spring Boot ecosystem
Apache License 2.0
137 stars 41 forks source link

Not able to access the endpoints #103

Closed doaa-khaled closed 3 years ago

doaa-khaled commented 3 years ago

Hi All, I am new in vertx, I established spring config server and need to integrate with vertx, I did it but now I want to reload the configuration at runtime with changes. I exposed that I will be able to do that by adding this dependency, but I always get 404 http status I am sure there is something wrong from myside, I added the dependency :

dev.snowdrop vertx-spring-boot-starter-actuator 1.2.1

and this configuration in application.properties: management.server.port=8081 management.endpoints.web.exposure.include=*

and used this URL (post method): http://localhost:8081/actuator/refresh

appreciate ur support

aureamunoz commented 3 years ago

Hello @doaa-khaled

Could you please try with http://localhost:8081/actuator/health and let us know?

Thanks

aureamunoz commented 3 years ago

Not having any news, I close this ticket, feel free to re-open it if you have still any problem