How do I configure this property with Spring Boot and an embedded Tomcat?

前端 未结 4 456
清酒与你
清酒与你 2020-12-09 06:17

Do I configure properties like the connectionTimeout in the application.properties file or is the somewhere else to do it? I can\'t figure this out from Google.

Tomc

4条回答
  •  萌比男神i
    2020-12-09 06:27

    It's actually supposed to be server.connection-timeout in your application.properties. Reference, I suggest you bookmark it.

提交回复
热议问题