梅州完整性增量
parent
d4e140a006
commit
1fedb12f4f
@ -1,5 +1,13 @@
|
||||
package com.docus.bgts.facade;
|
||||
|
||||
public interface IMzSyncService {
|
||||
/**
|
||||
* 全量采集
|
||||
*/
|
||||
void syncIntegrality();
|
||||
|
||||
/**
|
||||
* 增量采集
|
||||
*/
|
||||
void addSyncIntegrality();
|
||||
}
|
||||
|
@ -0,0 +1,32 @@
|
||||
server:
|
||||
port: 9308
|
||||
# http
|
||||
|
||||
mybatis-plus:
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
call-setters-on-nulls: true
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
global-config:
|
||||
db-config:
|
||||
field-strategy: NOT_EMPTY
|
||||
db-type: MYSQL
|
||||
beat:
|
||||
url: http://localhost:9399/beat
|
||||
|
||||
ws:
|
||||
url: http://192.168.1.115:8010/ws_server/weather?wsdl
|
||||
localMethod: OperationA
|
||||
|
||||
spring:
|
||||
datasource:
|
||||
mysql-docus:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
username: docus
|
||||
password: docus702
|
||||
url: jdbc:mysql://db.docus.cn:3306/docus_archivefile?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true&allowMultiQueries=true
|
||||
oracle-docus:
|
||||
driver-class-name: oracle.jdbc.driver.OracleDriver
|
||||
url: jdbc:oracle:thin:@192.168.117.100:1521:helowin
|
||||
username: docus
|
||||
password: docus702
|
Loading…
Reference in New Issue