Merge branch 'qr_branch'
# Conflicts: # detection/src/main/java/com/njcn/gather/detection/handler/SocketDevResponseService.java # detection/src/main/java/com/njcn/gather/detection/handler/SocketSourceResponseService.java # detection/src/main/java/com/njcn/gather/detection/service/impl/DetectionServiceImpl.java # detection/src/main/java/com/njcn/gather/report/service/impl/PqReportServiceImpl.java # detection/src/main/java/com/njcn/gather/report/utils/BookmarkUtil.java # detection/src/main/java/com/njcn/gather/report/utils/Docx4jUtil.java # detection/src/main/java/com/njcn/gather/result/service/impl/ResultServiceImpl.java # entrance/src/main/resources/application.yml
This commit is contained in:
@@ -6,12 +6,12 @@ spring:
|
||||
datasource:
|
||||
druid:
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# url: jdbc:mysql://192.168.1.24:13306/pqs91002?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
|
||||
# username: root
|
||||
# password: njcnpqs
|
||||
url: jdbc:mysql://192.168.1.24:13306/pqs9100_nx?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true
|
||||
url: jdbc:mysql://192.168.1.24:13306/pqs9100_2f?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
|
||||
# username: root
|
||||
# password: root
|
||||
#初始化建立物理连接的个数、最小、最大连接数
|
||||
initial-size: 5
|
||||
min-idle: 5
|
||||
@@ -38,12 +38,14 @@ 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:
|
||||
#指定主键生成策略
|
||||
id-type: assign_uuid
|
||||
|
||||
phaseAngle:
|
||||
isEnable: false
|
||||
|
||||
socket:
|
||||
source:
|
||||
@@ -85,6 +87,7 @@ log:
|
||||
report:
|
||||
template: D:\template
|
||||
reportDir: D:\report
|
||||
dateFormat: yyyy年MM月dd日
|
||||
data:
|
||||
homeDir: D:\data
|
||||
qr:
|
||||
|
||||
Reference in New Issue
Block a user