1. 程式人生 > 實用技巧 >IDEA+SpringBoot+Ubuntu遠端MySQL

IDEA+SpringBoot+Ubuntu遠端MySQL

IDEA SpringBoot+Mysql超詳細入門課程
我真吐了,一套下來,老是報錯
Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):
找不到我xml裡的包,因為com.lemongo.demo.dao.CreateDao前面多了一個空格在這裡插入圖片描述


整個環境:Ubuntu虛擬機器上的mysql資料庫,用的IDEA裡帶的DataBase成功訪問(在上一篇文章的基礎上),win10下IDEA建立的springboot專案,postman進行POST,post給專案設定的create介面,IDEA執行的專案進行介面監聽,接收postman發來的json資料,解析處理出data,instert到虛擬機器的資料庫上。
postman傳送規定好的json格式,收到增加成功的迴應
controller和service
dao和mapper
application.properties