generator時(shí)報(bào)錯(cuò),求幫助
Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.5:generate (default-cli) on project miaosha: Unknown system variable 'query_cache_size' -> [Help 1]
Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.5:generate (default-cli) on project miaosha: Unknown system variable 'query_cache_size' -> [Help 1]
2019-01-17
舉報(bào)
2019-01-18
檢查下generator的xml文件內(nèi)是否設(shè)置了query_cache_size參數(shù),若有則刪除掉再試下
2019-01-18
找到問題了,連接的mysql版本是8,對(duì)應(yīng)的mysql-connect 版本也要對(duì)應(yīng)