|
|
@ -21,7 +21,7 @@ |
|
|
|
|
|
|
|
<!--数据库连接的信息:驱动类、连接地址、用户名、密码 --> |
|
|
|
<jdbcConnection driverClass="com.mysql.jdbc.Driver" |
|
|
|
connectionURL="jdbc:mysql://49.233.89.188:3306/defaultwbs?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false" |
|
|
|
connectionURL="jdbc:mysql://49.233.89.188:3306/yanyuantest?useUnicode=true&characterEncoding=UTF-8&tinyInt1isBit=false" |
|
|
|
userId="root" |
|
|
|
password="po3OynBO[M3579p6L7)o"> |
|
|
|
</jdbcConnection> |
|
|
@ -78,8 +78,8 @@ |
|
|
|
<!-- <table tableName="t_pro_task_sub" domainObjectName="ProTaskSub"></table>--> |
|
|
|
<!-- <table tableName="t_pro_task_version" domainObjectName="ProTaskVersion"></table>--> |
|
|
|
<!-- <table tableName="t_pro_member_stakeholder" domainObjectName="ProMemberStakeholder"></table>--> |
|
|
|
<table tableName="t_pro_deliver" domainObjectName="ProDeliver"></table> |
|
|
|
<table tableName="t_pro_deliver_checker" domainObjectName="ProDeliverChecker"></table> |
|
|
|
<!-- <table tableName="t_pro_deliver" domainObjectName="ProDeliver"></table>--> |
|
|
|
<!-- <table tableName="t_pro_deliver_checker" domainObjectName="ProDeliverChecker"></table>--> |
|
|
|
<table tableName="t_pro_clocking_in" domainObjectName="ProClockingIn"></table> |
|
|
|
|
|
|
|
<!-- 有些表的字段需要指定java类型 |
|
|
|