6

ログ メッセージを含めて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使用しwebてプロジェクトを生成することで、簡単に試すことができます。actuator

何が原因か分かりますか?

ありがとうございました。

4

1 に答える 1