Recurring AsyncRequestTimeoutException in Spring Boot Admin log

后端 未结 2 534
别跟我提以往
别跟我提以往 2020-12-17 01:44

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 f

2条回答
  •  执笔经年
    2020-12-17 01:58

    I also had similar error. try this property in you application.yml

    spring:
      mvc:
        async:
          request-timeout: -1  
    

提交回复
热议问题