读书人

abator施用

发布时间: 2012-11-05 09:35:12 作者: rapoo

abator使用
1、编写配置文件
<?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 id="MySQLTables" generatorSet="Java5">
<jdbcConnection driver/>
</jdbcConnection>

<javaModelGenerator targetPackage="demo.entity" targetProject="D:\bcadmin\entitys">
<property name="enableSubPackages" value="true" />
<property name="trimStrings" value="true" />
</javaModelGenerator>

<sqlMapGenerator targetPackage="demo.conf" targetProject="D:\bcadmin\entitys" />

<table tableName="bc_reimbursement" />
<table tableName="bc_applys" />
<table tableName="bc_approvals" />
<table tableName="bc_depository" />
<table tableName="bc_material" />
<table tableName="bc_artificially" />
<table tableName="bc_warehouse" />
<table tableName="bc_warehouse_detail" />

</abatorContext>

</abatorConfiguration>

2、执行java -jar abator.jar -configfile abatorConfig.xml

3,就会在targetProject中生成相应的内容。

读书人网 >Web前端

热点推荐