Results 1 comments of mingway

> @changhr2013 > > @Ruanyifei > > 我的post请求:http://localhost:8002/refresh > > 返回:{"timestamp":1524194355384,"status":404,"error":"Not Found","message":"No message available","path":"/refresh"} > > 是怎么回事 > > 如果用的是idea的话,看看是不是修改 `pom.xml` 添加 `spring-boot-starter-actuator` 依赖后没有Reimport重新导包。 是不是使用了springboot2.0啊?如果是的话,“management.security.enabled=false”是不能使用的,需要在server应用添加: ```java management: endpoints: web: exposure:...