UserDoMapper生成只有兩個函數沒有selectbyPrimaryKey
public?interface?UserDoMapper?{
????int?insert(UserDo?record);
????int?insertSelective(UserDo?record);
}public?interface?UserDoMapper?{
????int?insert(UserDo?record);
????int?insertSelective(UserDo?record);
}2019-02-20
舉報
2019-02-21
在節點jdbcConnection里配置useInformationSchema屬性,解決了不識別主鍵問題
具體代碼