Org.thymeleaf.spring4.processor.attr.SpringHrefAttrProcessor

in my local environment, the protocol is that the http,thymeleaf template can normally send requests to the backend, but when using https in the production environment, it will throw the following exception with the following error. Excuse me, what is the reason for this?


@RequestMapping("/operationevents")
public class OperationEventController{

  @RequestMapping(value = "/logs/{id}/error/goods/list/{code:.+}", method = RequestMethod.GET)
  public @ResponseBody DatatablesResponse<GoodDto> getErrorGoods(//
      @PathVariable("id") String eventId, //
      @PathVariable("code") String code, //
      @DatatablesParams DatatablesCriterias criterias//
  ) {
    ...
  }

}
Mar.13,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36ce5-2c037.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36ce5-2c037.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?