Field ‘spu_id‘ doesn‘t have a default valu 解決辦法
問題:
Field 'spu_id' doesn't have a default valu
在寫新增的方法的時候,出現 Field 'id' doesn't have a default value 這個錯誤
方法1:
修改你的資料庫,開啟設計表,看下面自增遞增是否勾選上了,如果沒有勾上再去執行 就可以了。
方法2:
如果資料庫中的id需要手動輸入,只需在實體類中新增
@TableId(type = IdType.INPUT)
相關文章
- 資料庫報錯java.sql.SQLException: Field ‘id‘ doesn‘t have a default value資料庫JavaSQLException
- 1364 - Field did doesnt have a default value
- 解決pgpool啟動報錯 ifup[/sbin/ip] doesn't have setuid bitUI
- 錯誤訊息 This computer doesn't have VT-X/AMD-v enabled
- adb server version (31) doesn’t match this client (36); killing… 的解決方法Serverclient
- FileZilla:425 Can't open data connection for transfer of解決辦法
- Python:Python3錯誤提示TypeError: slice indices must be integers or None or have an __index__ method解決辦法PythonErrorNoneIndex
- github慢解決辦法Github
- Namespoace Terminating 解決辦法
- 解決安裝ubuntu系統時出現錯誤:(10, “debian-installer/locale doesn‘t exist“)Ubuntu
- 115 svn: URL 'svn://132.232.108.38/think' doesn't exist
- 檔案無法粉碎解決辦法
- dedeCMS標籤[field:typedir/]中{cmspath}的去除辦法
- pecl PHP Parse error: syntax error, unexpected 'new' (T_NEW) 以及 XML缺失解決辦法PHPErrorXML
- 公寓噪音的解決辦法
- height:100%失效解決辦法
- 記vscode無法啟動解決辦法VSCode
- mysql Unknown column ‘‘ in ‘field list‘解決方案MySql
- 帝國CMS重新整理資料表article提示Table ‘empirecms.phome_ecms_’ doesn’t exist的解決
- -bash: XXX: command not found解決辦法
- cnpm link 報錯解決辦法NPM
- mysql事件關閉解決辦法MySql事件
- IDEA 找不到包解決辦法Idea
- 資料傾斜解決辦法
- SpringBoot 迴圈引用解決辦法Spring Boot
- VScode 更新失敗解決辦法VSCode
- npm install 失敗解決辦法NPM
- github訪問受限解決辦法Github
- 跨域問題解決辦法跨域
- SqlServer鎖表解鎖解決辦法SQLServer
- ModuleNotFoundError: No module named ‘DBUtils‘解決辦法Error
- PostgreSQL DBA(115) - pgAdmin(Don't do this:Don't use varchar(n) by default)SQL
- 網站提示:You Don’t Have Permission To Access網站
- tomcat埠被佔用解決辦法Tomcat
- Vue 下 ESLint 的 error 解決辦法VueEsLintError
- 表碎片起因及解決辦法(zt)
- [git]warning: LF will be replaced by CRLF in 解決辦法Git
- ERROR 1290 (HY000) 解決辦法Error