mybatis Generate 自动生成没有删改查

176 阅读1分钟

在jdbcConnection属性里配置 即可解决问题

 <jdbcConnection driverClass=""
                        connectionURL=""
                        userId=""
                        password="">
            <property name="useInformationSchema" value="true"/>
        </jdbcConnection>