您好,登录后才能下订单哦!
这篇文章主要介绍“ibatis插件的安装方法”,在日常操作中,相信很多人在ibatis插件的安装方法问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”ibatis插件的安装方法”的疑惑有所帮助!接下来,请跟着小编一起来学习吧!
安装ibatis插件的方法其实很简单,请按照如下的步骤安装ibatis插件。
一.安装ibatis插件
从http://ibatis.apache.org/abator.html下载Eclipse Plugin。插件一共有2种安装方式.
1.远程安装ibatis插件.
eclipse->Help>Software Updates>Find and Install->Search for new features to install->
New Remote Site(name:Abator for Eclipse Update Site ,URL:http://ibatis.apache.org/tools/abator)
->OK->Abator for Eclipse Update Site->OK
2.手动安装ibatis插件.
http://ibatis.apache.org/abator.html下载AbatorForEclipse1.1.0.zip,下载后在eclipse中进行ibatis插件安装操作。
eclipse->Help>Software Updates>Find and Install->Search for new features to install(press "Next" )->
New Local Site->选种刚才下载的文件->OK
二.建立一个项目
新建一个Eclipse项目,输入名字,然后选择文件>新建>ABator for iBatis configuration File,选择Location,并且键入File Name:abatorCsonfig.xml。
点击“完成”,Eclipse会在程序根目录下建立abatorCsonfig.xml文件,打开编辑它,内容如下:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE abatorConfiguration PUBLIC "-//Apache Software Foundation//DTD Abator for iBATIS Configuration 1.0//EN" "http://ibatis.apache.org/dtd/abator-config_1_0.dtd" >
<abatorConfiguration >
<abatorContext >
<jdbcConnection driverClass="驱动" connectionURL="数据库URL" userId="用户名" password="密码" >
<classPathEntry location="数据库驱动jar包" />
</jdbcConnection>
<javaModelGenerator targetPackage="model层包路径" targetProject="src路径" />
<sqlMapGenerator targetPackage="map层包路径" targetProject="src路径" />
<daoGenerator targetPackage="dao层包路径" targetProject="src路径" type="IBATIS" />
<table schema="表名" tableName="表名" catalog="数据库名">一定要写上,不然会报错的。
</table>
</abatorContext>
</abatorConfiguration>
在abatorCsonfig.xml上点击鼠标右键,选择Generate iBATIS Artifact,在src目录下会生成model、map、dao三个目录,文件也建立好了。
javaModelGenerator:我们常说的ValueObject
sqlMapGenerator:XML文件
daoGenerator:放置接口和DAO的代码
这样一来,ibatis插件就被顺利的安装上了。
到此,关于“ibatis插件的安装方法”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注亿速云网站,小编会继续努力为大家带来更多实用的文章!
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。