我有这个instance of `Person` out of START_ARRAY token
at [Source: (InputStream); line: 1, column: 1]
at com.fasterxml.jackson.databind.MappingIterator.next(MappingIterator.java:194)
文件:
Web.config
如您所见,我已经添加了<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<handlers>
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
</handlers>
<aspNetCore processPath="dotnet" arguments=".\HamrahFarda.Marketing.AdminService.dll" stdoutLogEnabled="true" stdoutLogFile=".\" requestTimeout="05:00:00" />
</system.webServer>
</configuration>
属性并将其设置为5小时。但是15秒后,我仍然出现requestTimeout
错误。
怎么了?