首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

abator施用

2012-11-05 
abator使用1、编写配置文件?xml version1.0 encodingUTF-8?!DOCTYPE abatorConfiguration PUBLIC

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中生成相应的内容。

热点排行