ibatis 使用筆記
1.下載ibatis 2.17
http://cvs.apache.org/dist/ibatis/ibatis.java/builds/iBATIS_DBL-2.1.7.597.zip
2.打開MYsql建表






3.寫上配置文件共包括3個(gè)配置文件
1.database.properties
2.dao.xml
3.Category.xml
4.sql-map-config.xml
database.properties




dao.xml配置文件






















sql-map-config.xml配置文件
























?
Category.xml配置文件








































寫CategoryVO.java

























































































成功了.....
posted on 2006-05-23 10:30 record java and net 閱讀(2656) 評論(1) 編輯 收藏 所屬分類: java