暂态文件同步二次开发
This commit is contained in:
@@ -3,7 +3,7 @@ spring:
|
||||
datasource:
|
||||
druid:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://192.168.1.24:13306/pqsinfo_wuxi?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai
|
||||
url: jdbc:mysql://127.0.0.1:3306/pqsinfo_jb?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai
|
||||
username: root
|
||||
password: njcnpqs
|
||||
# url: jdbc:mysql://localhost:3306/pqs91001?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=CTT
|
||||
@@ -47,7 +47,7 @@ mybatis-plus:
|
||||
#配置sql日志输出
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# #关闭日志输出
|
||||
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||
# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
|
||||
global-config:
|
||||
db-config:
|
||||
#指定主键生成策略
|
||||
@@ -86,18 +86,18 @@ huawei:
|
||||
|
||||
server:
|
||||
source:
|
||||
host: 192.168.1.63
|
||||
host: 127.0.0.1
|
||||
port: 22
|
||||
username: root
|
||||
password: dnzl@#001
|
||||
basePath: /
|
||||
username: test
|
||||
password: 123456
|
||||
basePath: /D:/comtrade
|
||||
privateKeyPath:
|
||||
target:
|
||||
host: 192.168.1.103
|
||||
host: 127.0.0.1
|
||||
port: 22
|
||||
username: root
|
||||
password: dnzl@#001
|
||||
basePath: /usr/local/wuxi
|
||||
username: test
|
||||
password: 123456
|
||||
basePath: /D:/comtrade2
|
||||
privateKeyPath:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user