版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
本章學(xué)習(xí)目MyBatisSpring-MapperMyBatisSpring-MapperMyBatisSpringMapperMyBatisSpring-JDBC導(dǎo)入必須######directlogmessagestostdoutlog4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE}%5p%c{1}:%L-###directmessagestofilemylog.log######directmessagestofilemylog.log###log4j.appender.file.layout.ConversionPattern=%d{ABSOLUTE}%5p%c{1}:%L-%m%n###setloglevels-formoreverboseloggingchange'info'to'debug'log4j.rootLogger=debug,建立數(shù)據(jù)庫和NAMEVARCHAR(20),genderCHAR(1),address建立實(shí)體packagepackage;publicclassCustomerprivateIntegerprivateStringname;privateStringgender;privateString privateStringaddress;publicIntegergetId(){return}publicvoidsetId(Integerid)this.id=}publicStringgetName()return}publicvoidsetName(Stringname)=}publicStringgetGender()return}publicvoidsetGender(Stringgender)this.gender=}publicpublicString ephone() }publicvoid ephone) ephone }publicStringgetAddress()return}publicvoidsetAddress(Stringaddress)this.address=}}建立Mapper接packagepackageimportpublicinterfaceCustomerMapper*publicvoidsaveCustomer(Customer}建立sql文<?<?xmlversion="1.0"encoding="UTF-8"<!DOCTYPEPUBLIC"-////DTDMapper <mapper<insertid="saveCustomer"INSERTINTO )建立 文<?<?xmlversion="1.0"encoding="UTF-8"<!DOCTYPEPUBLIC"-////DTDConfig <!--和spring整合后environments配置 <environments<environment<transactionManagertype="JDBC"<dataSource<propertyname="driver"value="com.mysql.jdbc.Driver"<property<propertyname="username"value="root"<propertyname="password"value="root"<mapper編寫測試packagepackageimportimportimportimportimportimportimportimportpublicclassMyBatisTestpublicvoidtest()throws//1.創(chuàng)建SqlSessionFactoryBuilderbuiler=newInputStreamis=//2.創(chuàng)建SqlSessionFactorySqlSessionFactoryfactory=//3.打開SqlSessionsqlSession=CustomerMappercustomerMapper=Customercustomer=newCustomer(); }}MyBatisSpring-Mapper實(shí)現(xiàn)導(dǎo)入必須編寫Mapper的實(shí)現(xiàn)packagepackageimportpublicinterfaceCustomerMapper*publicvoidsaveCustomer(Customer}packagepackageimportimportimportimport{publicvoidsaveCustomer(Customercustomer)SqlSessionSqlSessionsqlSession=this.getSqlSession();}}編寫<?<?xmlversion="1.0"encoding="UTF-<beans"""""perties--<beanid="dataSource"<<propertyname="url"<propertyname="driverClassName"<propertyname="username"<propertyname="password"<propertyname="maxActive"<propertyname="maxIdle"<beanid="sqlSessionFactory"<propertyname="dataSource" <propertyname="mapperLocations"<beanid="customerMapper"<propertyname="sqlSessionFactory"編寫測試packagepackageimportimportimportimportimport publicclassMyBatisSpringTestpublicvoid//1.加載springApplicationContextac=Customercustomer=newCustomer(); }}MyBatis整合Spring-沒有Mapper實(shí)現(xiàn)刪除 修改<?<?xmlversion="1.0"encoding="UTF-<beans"""""perties--<beanid="dataSource"<propertyname="url"<propertyname="mapperInterface"<propertyname="sqlSessionFactory"<propertyname=<propertyname="driverClassName"<propertyname="username"<propertyname="password"<propertyname="maxActive"<propertyname="maxIdle"<beanid="sqlSessionFactory"<propertyname="dataSource"<propertyname="mapperLocations"<beanid="customerMapper"packagepackageimportimportimportimportimport publicclassMyBatisSpringTestpublicvoid//1.加載springApplicationContextac=Customercustomer=newCustomer(); }}packageimportimportimportimportimport publicclassMyBatisSpringTestpublicvoid//1.加載springApplicationContextac=Customercustomer=newCustomer(); }}}MyBatis整合Spring-Mapper接口掃描(推薦修改<?<?xmlversion="1.0"encoding="UTF-<beans"""""perties--<beanid="dataSource"<<propertyname="url"<propertyname="driverClassName"<propertyname="username"<propertyname="password"<propertyname="maxActive"<propertyname="maxIdle"<beanid="sqlSessionFactory"<propertyname="dataSource"<propertyname="mapperLocations"<beanMapper接口所在包路徑<propertyname="basePackage"MyBatisSpring-JDBC事修改<?<?xmlversion="1.0"encoding="UTF-<beans perties--<beanid="dataSource" <propertyname="url"<propertyname="driverClassName"<propertyname="username"<propertyname="password"<propertyname="maxActive"<propertyname="maxIdle"<beanid="sqlSessionFactory"<propertyname="dataSource" 文件--<propertyname="mapperLocations"MapperMapper接口包掃描,那么每個Mapper接口在Spring容器中的id名稱為類名:例如CustomerMapper->customerMapper<beanMapper接口所在包路徑<propertyname="basePackage" ponent-scanbase-<bean<bean<propertyname="dataSource"packagepackageimportimportimportimportimportpublicclassCustomerServiceImplimplementsCustomerServiceprivateCustomerMapperpublicvoidsaveCustomer(Customer{inti=100/0;}}在業(yè)務(wù)方法添加注導(dǎo)入spring-mvc配置>spring-mvc.xml-- 配置spring-<?<?xmlversion="1.0"encoding="UTF-<beans""""<ponent-scanbase-<propertyname="prefix"value="/WEB-<propertyname="suffix"編寫packagepackageimportimport publicclassCustomerController publicStringreturn}}編寫<%@<%@pagelanguage="java"import="java.util.*"pageEncoding="utf-<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01<title>MyJSP'test.jsp'starting<metahttp-equiv="pragma"content="no-<metahttp-equiv="cache-control"content="no-<metahttp-equiv="expires"<metahttp-"<metahttp-equiv="description"content="Thisismy<linkrel="stylesheet"type="text/css"SSM整合-CustomerController里面添加方packagepackageimportimport importimport publicclassCustomerControllerprivateCustomerService publicStringtest(){return publicStringreturn} publicStringomer);return"succ";}}編寫 錄入客戶頁<%@<%@pagelanguage="java"import="java.util.*"pageEncoding="utf-<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01<metahttp-equiv="pr
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 電子房屋買賣合同格式范本編寫示例
- 投標(biāo)安全承諾函
- 八年級生物下冊 7.1.1 植物的生殖教案 (新版)新人教版
- 河北省安平縣八年級地理上冊 1.1 遼闊的疆域教學(xué)設(shè)計 新人教版
- 八年級物理上冊 第二章 聲現(xiàn)象 第2節(jié) 聲音的特性第2課時聲音的特性綜合應(yīng)用教案 (新版)新人教版
- 2023六年級英語上冊 Review Module Unit 2教案 外研版(三起)
- 2024-2025學(xué)年新教材高中化學(xué) 第1章 原子結(jié)構(gòu) 元素周期表 第2節(jié) 元素周期律和元素周期表 微專題二 元素“位-構(gòu)-性”之間的關(guān)系教案 魯科版必修第二冊
- 2024-2025年高中語文 第3單元 單元導(dǎo)讀教案 粵教版必修1
- 2024-2025學(xué)年高中歷史 第四單元 工業(yè)文明沖擊下的改革 第15課 戊戌變法(2)教學(xué)教案 岳麓版選修1
- 雨污管道勞務(wù)包工細(xì)分合同(2篇)
- 電網(wǎng)計算機(jī)類面試題及答案
- 作文格子稿紙800字-A4打印版
- 個人住房貸款提前還款月供及節(jié)省利息EXCEL計算
- 5000字長篇表白情書
- 【淺析山東省綜合交通運(yùn)輸體系下的公路交通發(fā)展11000字(論文)】
- 第三章細(xì)胞的基本結(jié)構(gòu)“大單元教學(xué)下的深度學(xué)習(xí)課堂設(shè)計”說課課件2023-2024學(xué)年高一上學(xué)期生物人教版必修1
- 高中數(shù)學(xué)教材數(shù)學(xué)建模內(nèi)容設(shè)置的比較分析
- 特許經(jīng)營管理手冊范本(餐飲)
- 大學(xué)進(jìn)階英語1智慧樹知到課后章節(jié)答案2023年下西安科技大學(xué)
- 七上解一元一次方程100道練習(xí)題(有答案)
- 質(zhì)量管理部BSC-KPI指標(biāo)庫(平衡積分卡)
評論
0/150
提交評論