xgg
This commit is contained in:
parent
5501717dad
commit
03b175c8a1
@ -10,6 +10,25 @@ public class ContractInfoStatuScribe extends ContractInfoStatu{
|
|||||||
public LocalDateTime scribe_update_time;
|
public LocalDateTime scribe_update_time;
|
||||||
|
|
||||||
public FutDaily futDaily = new FutDaily();
|
public FutDaily futDaily = new FutDaily();
|
||||||
|
{
|
||||||
|
double d = 0;
|
||||||
|
futDaily.setAmount(d);
|
||||||
|
futDaily.setChange1(d);
|
||||||
|
futDaily.setChange2(d);
|
||||||
|
futDaily.setClose(d);
|
||||||
|
futDaily.setHigh(d);
|
||||||
|
futDaily.setId(0);
|
||||||
|
futDaily.setLow(d);
|
||||||
|
futDaily.setOi(d);
|
||||||
|
futDaily.setOi_chg(d);
|
||||||
|
futDaily.setOpen(d);
|
||||||
|
futDaily.setPre_close(d);
|
||||||
|
futDaily.setPre_settle(d);
|
||||||
|
futDaily.setSettle(d);
|
||||||
|
futDaily.setTrade_date(null);
|
||||||
|
futDaily.setTs_code("");
|
||||||
|
futDaily.setVol(d);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
public Integer getScribe_status() {
|
public Integer getScribe_status() {
|
||||||
|
|||||||
@ -15,7 +15,7 @@ spring:
|
|||||||
# password:
|
# password:
|
||||||
# hikari:
|
# hikari:
|
||||||
# driver-class-name: org.h2.Driver
|
# driver-class-name: org.h2.Driver
|
||||||
url: jdbc:mariadb://106.53.186.11:3306/finance
|
url: jdbc:mariadb://119.45.61.64:3306/finance
|
||||||
username: root
|
username: root
|
||||||
password: open123
|
password: open123
|
||||||
hikari:
|
hikari:
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<jdbc>
|
<jdbc>
|
||||||
<driver>org.mariadb.jdbc.Driver</driver>
|
<driver>org.mariadb.jdbc.Driver</driver>
|
||||||
<url>jdbc:mariadb://106.53.186.11:3306/finance</url>
|
<url>jdbc:mariadb://119.45.61.64:3306/finance</url>
|
||||||
<user>root</user>
|
<user>root</user>
|
||||||
<password>open123</password>
|
<password>open123</password>
|
||||||
<!--<driver>org.h2.Driver</driver>
|
<!--<driver>org.h2.Driver</driver>
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- nullCatalogMeansCurrent对mariadb 不起作用,会查出所有的非表对象 -->
|
<!-- nullCatalogMeansCurrent对mariadb 不起作用,会查出所有的非表对象 -->
|
||||||
<jdbcConnection driverClass="org.mariadb.jdbc.Driver" connectionURL="jdbc:mariadb://106.53.186.11:3306/finance" userId="root" password="open123">
|
<jdbcConnection driverClass="org.mariadb.jdbc.Driver" connectionURL="jdbc:mariadb://119.45.61.64:3306/finance" userId="root" password="open123">
|
||||||
<property name="nullCatalogMeansCurrent" value="true" />
|
<property name="nullCatalogMeansCurrent" value="true" />
|
||||||
</jdbcConnection>
|
</jdbcConnection>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user