LocalDateTime field error: Error attempting to get column'reg_time' from result set

Error messageInsert picture description here

Current data source

  <!-- druid阿里巴巴数据源 -->
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>druid-spring-boot-starter</artifactId>
            <version>1.1.10</version>
        </dependency>

Switch to 1.1.21

<!-- druid阿里巴巴数据源 -->
        <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>druid-spring-boot-starter</artifactId>
            <version>1.1.21</version>
        </dependency>

The LocalDateTime field has a problem in version 1.1.10, just upgrade to 1.1.21

Guess you like

Origin blog.csdn.net/qq_41463655/article/details/107565825