Mybatis Generator 不识别主键,无法生成selectByPrimaryKey方法
<jdbcConnection driverClass="com.mysql.cj.jdbc.Driver" connectionURL="jdbc:mysql://127.0.0.1:3306/orange?useUnicode=true&characterEncoding=utf-8&useSSL=false" userId="root" password="root"> <!--识别主键--> <property name="useInformationSchema" value="true"/> </jdbcConnection>
配置文件加
在jdbcConnection添加useInformationSchema为true

浙公网安备 33010602011771号