SpringBoot is configured with jackson format, but it does not take effect
spring:
datasource:
url: jdbc:mysql://localhost:3306/test?useSSL=false
username: root
password: root
driver-class-name: com.mysql.jdbc.Driver
platform: mysql
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8