spring-boot-admin

Spring boot admin add custom tab

痴心易碎 提交于 2019-11-28 14:23:31
I am looking to add a custom tab to spring boot admin server following the documentation at http://codecentric.github.io/spring-boot-admin/2.1.1/#customizing-custom-views-instance However the documentation and the sample project https://github.com/codecentric/spring-boot-admin/tree/2.1.1/spring-boot-admin-samples/spring-boot-admin-sample-custom-ui do not seem to help understand how to go about it. My understanding from reading the documentation and the example is that the ui is a separate module. The pieces I seem to be missing are how do I bundle them ui module and spring boot admin server

Recurring AsyncRequestTimeoutException in Spring Boot Admin log

℡╲_俬逩灬. 提交于 2019-11-28 01:06:30
问题 I'm currently running Spring Boot Admin on my local machine for testing purposes and I'm getting the following error nonstop. The application itself seems to be working fine, but my logs are getting filled with these errors. I'm not sure why... org.springframework.web.context.request.async.AsyncRequestTimeoutException: null at org.springframework.web.context.request.async.TimeoutDeferredResultProcessingInterceptor.handleTimeout(TimeoutDeferredResultProcessingInterceptor.java:42) ~[spring-web