数据库配置大全
This commit is contained in:
parent
00c7763cee
commit
5d315397f6
@ -6,10 +6,25 @@
|
||||
username="apzl" password="apzl@2018"
|
||||
driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://47.93.34.101:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false" />
|
||||
<!-- 18测试环境 -->
|
||||
<!-- <Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
|
||||
maxActive="30" maxIdle="2" maxWait="10000" username="apzl" password="apzl@2018"
|
||||
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://47.94.109.18:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false"
|
||||
/> -->
|
||||
<!-- 253测试环境 -->
|
||||
<!-- <Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
|
||||
maxActive="30" maxIdle="2" maxWait="10000" username="apzl" password="apzl@2018"
|
||||
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://192.168.7.253:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false"
|
||||
/> -->
|
||||
<!-- 预投产环境 -->
|
||||
<!-- <Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
|
||||
maxActive="1000" maxIdle="2" maxWait="10000" username="apzl" password="APleasing-66"
|
||||
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://rm-2zed0cp432cn85447.mysql.rds.aliyuncs.com:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false"
|
||||
<!-- <Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
|
||||
maxActive="30" maxIdle="2" maxWait="10000" username="apzl" password="apzl@2018"
|
||||
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://60.205.189.63:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false"
|
||||
/> -->
|
||||
<!-- 本地环境 -->
|
||||
<!-- <Resource name="jdbc/als" auth="Container" type="javax.sql.DataSource"
|
||||
maxActive="30" maxIdle="2" maxWait="10000" username="apzl" password="apzl@2018"
|
||||
driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/apzl?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=GBK&autoReconnectForPools=true&autoReconnect=true&useSSL=false"
|
||||
/> -->
|
||||
</Context>
|
||||
|
||||
|
||||
@ -321,4 +321,12 @@ public interface LB_CONTRACT_INFO{
|
||||
* 是否已安装GPS STRING(20)<br>
|
||||
*/
|
||||
public static final String has_gps = "has_gps";
|
||||
/**
|
||||
* Ö÷Ìåid STRING(20)<br>
|
||||
*/
|
||||
public static final String SUBJECTID = "SUBJECTID";
|
||||
/**
|
||||
* Ö÷ÌåÃû³Æ STRING(100)<br>
|
||||
*/
|
||||
public static final String SUBJECTNAME = "SUBJECTNAME";
|
||||
}
|
||||
@ -309,4 +309,12 @@ public interface LB_CONTRACT_INFO_HIS{
|
||||
* 法定代表人/经营者身份证号 STRING(20)<br>
|
||||
*/
|
||||
public static final String LEGALPERSONID = "LEGALPERSONID";
|
||||
/**
|
||||
* Ö÷Ìåid STRING(20)<br>
|
||||
*/
|
||||
public static final String SUBJECTID = "SUBJECTID";
|
||||
/**
|
||||
* Ö÷ÌåÃû³Æ STRING(100)<br>
|
||||
*/
|
||||
public static final String SUBJECTNAME = "SUBJECTNAME";
|
||||
}
|
||||
@ -313,4 +313,12 @@ public interface LB_CONTRACT_INFO_TEMP{
|
||||
* 法定代表人/经营者身份证号 STRING(20)<br>
|
||||
*/
|
||||
public static final String LEGALPERSONID = "LEGALPERSONID";
|
||||
/**
|
||||
* Ö÷Ìåid STRING(20)<br>
|
||||
*/
|
||||
public static final String SUBJECTID = "SUBJECTID";
|
||||
/**
|
||||
* Ö÷ÌåÃû³Æ STRING(100)<br>
|
||||
*/
|
||||
public static final String SUBJECTNAME = "SUBJECTNAME";
|
||||
}
|
||||
@ -26,6 +26,26 @@ public interface LB_MANY_SUBJECT{
|
||||
*/
|
||||
public static final String subject_name = "subject_name";
|
||||
/**
|
||||
* 银行账户 STRING(200)<br>
|
||||
*/
|
||||
public static final String acc_name = "acc_name";
|
||||
/**
|
||||
* 银行账号 STRING(200)<br>
|
||||
*/
|
||||
public static final String acc_number = "acc_number";
|
||||
/**
|
||||
* 开户分行 STRING(200)<br>
|
||||
*/
|
||||
public static final String branch_title = "branch_title";
|
||||
/**
|
||||
* 银行名称 STRING(200)<br>
|
||||
*/
|
||||
public static final String BANK_NAME = "BANK_NAME";
|
||||
/**
|
||||
* 新增时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String NEW_DATE = "NEW_DATE";
|
||||
/**
|
||||
* 开始时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String start_time = "start_time";
|
||||
|
||||
@ -245,4 +245,12 @@ public interface LB_PROJECT_INFO{
|
||||
* ÉêÇëÀàÐÍ STRING(32)<br>
|
||||
*/
|
||||
public static final String source_type = "source_type";
|
||||
/**
|
||||
* Ö÷Ìåid STRING(32)<br>
|
||||
*/
|
||||
public static final String subjectid = "subjectid";
|
||||
/**
|
||||
* Ö÷ÌåÃû³Æ STRING(100)<br>
|
||||
*/
|
||||
public static final String SUBJECTNAME = "SUBJECTNAME";
|
||||
}
|
||||
@ -245,4 +245,12 @@ public interface LB_PROJECT_INFO_TEMP{
|
||||
* 法定代表人/经营者身份证号 STRING(20)<br>
|
||||
*/
|
||||
public static final String LEGALPERSONID = "LEGALPERSONID";
|
||||
/**
|
||||
* Ö÷Ìåid STRING(32)<br>
|
||||
*/
|
||||
public static final String subjectid = "subjectid";
|
||||
/**
|
||||
* Ö÷ÌåÃû³Æ STRING(100)<br>
|
||||
*/
|
||||
public static final String SUBJECTNAME = "SUBJECTNAME";
|
||||
}
|
||||
@ -101,4 +101,12 @@ public interface LC_FUND_INCOME_CALLBACK_DETAIL_TEMP{
|
||||
* UPDATETIME STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
/**
|
||||
* 是否查询交易日 STRING(5)<br>
|
||||
*/
|
||||
public static final String isPaymentDate = "isPaymentDate";
|
||||
/**
|
||||
* 支付时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String PaymentDate = "PaymentDate";
|
||||
}
|
||||
@ -129,4 +129,8 @@ public interface VI_LC_AUDIT_RENT_PLAN{
|
||||
* ʧ°ÜÔÒò STRING(20)<br>
|
||||
*/
|
||||
public static final String FAILURE_REASON = "FAILURE_REASON";
|
||||
/**
|
||||
* Ö÷Ìåid STRING(20)<br>
|
||||
*/
|
||||
public static final String SUBJECTID = "SUBJECTID";
|
||||
}
|
||||
@ -145,4 +145,12 @@ public interface VI_PROJECTINFO_BUSINESS{
|
||||
* ¾ÏúÉÌÒâ¼û4 STRING(20)<br>
|
||||
*/
|
||||
public static final String DistriOpinion4 = "DistriOpinion4";
|
||||
/**
|
||||
* Ö÷Ìåid STRING(20)<br>
|
||||
*/
|
||||
public static final String subjectId = "subjectId";
|
||||
/**
|
||||
* Ö÷ÌåÃû³Æ STRING(20)<br>
|
||||
*/
|
||||
public static final String subjectname = "subjectname";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user