当我包含actuator
并启用debug
日志消息时,会有很多Did not find handler method for
日志消息。
2015-08-14 18:34:25.335 DEBUG 94889 --- [nio-8080-exec-5] o.s.b.a.e.mvc.EndpointHandlerMapping : Looking up handler method for path /index.html
2015-08-14 18:34:25.336 DEBUG 94889 --- [nio-8080-exec-5] o.s.b.a.e.mvc.EndpointHandlerMapping : Did not find handler method for [/index.html]
当我删除actuator
然后这些日志消息消失。
我尝试过使用 Spring Boot 1.2.5 和 1.3.0.M3 版本,它的工作原理相同。spring initializr
通过使用 usingweb
和actuator
依赖项生成项目很容易尝试。
你知道可能是什么原因吗?
谢谢你。