mybatis代码生成器 遇到的问题

&符号转换与时区设置

jdbc:mysql://localhost:3306/foodie-shop-dev?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC

mysql-connector-java 版本设置


    mysql
    mysql-connector-java
    8.0.11


    org.mybatis.spring.boot
    mybatis-spring-boot-starter
    1.3.1


    tk.mybatis
    mapper-spring-boot-starter
    1.2.4


    com.github.pagehelper
    pagehelper-spring-boot-starter
    1.2.3


    org.mybatis.generator
    mybatis-generator-core
    1.3.2
    compile
    true

com.mysql.jdbc.Driver改为新的

com.mysql.cj.jdbc.Driver

你可能感兴趣的:(mybatis代码生成器 遇到的问题)