mybatis的一些問題

2021-10-23 07:31:05 字數 490 閱讀 1495

最近本人(學生)正在學習mybatis框架,遇到了一些問題,最終查閱資料得以解惑,跟大家一起分享

然後查閱資料才發現 對映檔案錯誤 插入:>

> 更新:>>刪除:>>

修改之後發現還是報錯,控制台例項化失敗報錯

cause: org.xml.sax.saxparseexception; linenumber: 16; columnnumber: 45; 必須為元素型別 「delete」 宣告屬性 「resulttype」。

>

delete from user where username=#

>

這樣的話直接刪除delete裡面的屬性resulttype="vo.user"就可以解決了

修改完之後,操作語句顯示操作成功,但資料庫並沒有變化,這時就應該是少了一條語句,salsession,close();前加上

sqlsession.commit();

這樣應該ok了

使用mybatis遇到的一些問題

1.使用druid,具有防止sql注入的功能.springboot mybatis 在控制台輸出sql語句 主要是配置 select t1.constant name as departmentname,case t2.pool type when 1 then 後勤線 when 2 then 業務...

mybatis 一些問題 個人記錄

select select from ilike class where school id and start at listfindold integer schoolid,int year select select from ilike class where school id and s...

String 一些問題

前言 等號 對於基本型別,比較的是值,對於引用型別,比較的是記憶體位址。1.在物件池中建立,如果常量池中已經存在則返回常量池中已經有的。private static void test1 結果 true 2.乙個在string pool中,乙個在堆中。private static void test...