在使用mybatis的請務必注意欄位的大小寫問題,insert時務必注意mapper的返回值型別

_Naive_發表於2020-10-26

Mapper method ‘com.model.xxx’ has an unsupported return type: double
在insert的時候,方法的返回值型別只能是boolean、int、long這些

相關文章