From ebce167e6424cabf9bc40c0dcd6f6108bca11f08 Mon Sep 17 00:00:00 2001 From: wangzhijiang <1358525938@qq.com> Date: Tue, 12 Mar 2024 09:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6-=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 57 ------------------- 1 file changed, 57 deletions(-) diff --git a/byd-structuredplugins-serve/laws-single-startup/src/main/resources/application-dev.yml b/byd-structuredplugins-serve/laws-single-startup/src/main/resources/application-dev.yml index 946bb82..2871bb5 100644 --- a/byd-structuredplugins-serve/laws-single-startup/src/main/resources/application-dev.yml +++ b/byd-structuredplugins-serve/laws-single-startup/src/main/resources/application-dev.yml @@ -38,32 +38,6 @@ spring: starttls: enable: true required: true - ## quartz定时任务,采用数据库方式 -# quartz: -# job-store-type: jdbc -# initialize-schema: embedded -# #定时任务启动开关,true-开 false-关 -# auto-startup: true -# #启动时更新己存在的Job -# overwrite-existing-jobs: true -# properties: -# org: -# quartz: -# scheduler: -# instanceName: MyScheduler -# instanceId: AUTO -# jobStore: -# class: org.quartz.impl.jdbcjobstore.JobStoreTX -# driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate -# tablePrefix: QRTZ_ -# isClustered: true -# misfireThreshold: 60000 -# clusterCheckinInterval: 10000 -# threadPool: -# class: org.quartz.simpl.SimpleThreadPool -# threadCount: 10 -# threadPriority: 5 -# threadsInheritContextClassLoaderOfInitializingThread: true #json 时间戳统一转换 jackson: date-format: yyyy-MM-dd HH:mm:ss @@ -143,41 +117,10 @@ spring: connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000;druid.stat.logSlowSql\=true datasource: master: -# url: jdbc:p6spy:mysql://10.10.10.44:3306/laws-sinotruk?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true -# username: root -# password: hzwlsoft.com -# driver-class-name: com.p6spy.engine.spy.P6SpyDriver -# url: jdbc:p6spy:mysql://lijiarao.cn:3306/laws-sinotruk-demo?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&autoReconnect=true -# username: root -# password: 704670af746903fa url: jdbc:p6spy:mysql://121.36.69.172:3307/laws_byd_structuredplugins?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&autoReconnect=true username: root password: hzwlsoft.com driver-class-name: com.p6spy.engine.spy.P6SpyDriver -# url: jdbc:p6spy:mysql://10.10.10.44:3306/laws-sinotruk-test?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true -# username: root -# password: hzwlsoft.com - # url: jdbc:mysql://127.0.0.1:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai - # username: root - # password: 123456 - # driver-class-name: com.mysql.cj.jdbc.Driver - # 多数据源配置 - #multi-datasource1: -# url: jdbc:mysql://localhost:3306/jero-boot2?useUnicode=true&characterEncoding=utf8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai -# username: root -# password: root -# driver-class-name: com.mysql.cj.jdbc.Driver - #redis 配置 -# redis: -# database: 11 -# host: 127.0.0.1 -# lettuce: -# pool: -# max-active: 8 #最大连接数据库连接数,设 0 为没有限制 -# max-idle: 8 #最大等待连接中的数量,设 0 为没有限制 -# max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。 -# min-idle: 0 #最小等待连接中的数量,设 0 为没有限制 -# shutdown-timeout: 100ms redis: database: 11 host: 121.36.69.172