The back-end entity class uses @ jsonformat annotation, but there seems to be a problem with the time format in 24-hour and 12 hour when the front-end gets data. For example, the back-end time is 2021-5-21 00:50, but the time sent to the front-end becomes 2021-5-21 12:50. Is there a problem with the property setting of @ jsonformat or the front end.
@JsonFormat(pattern="yyyy-MM-dd hh:mm",timezone="GMT+8")