From 400e270bb437cb065d194eebe89047580c48ded7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=90=A6=E6=B6=9B?= <18222067976@163.com> Date: Wed, 29 Sep 2021 14:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=AB=AF=EF=BC=8C=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jero-boot-single-startup/src/main/resources/application-dev.yml b/jero-boot-single-startup/src/main/resources/application-dev.yml index 84c6c3b0..88da7252 100644 --- a/jero-boot-single-startup/src/main/resources/application-dev.yml +++ b/jero-boot-single-startup/src/main/resources/application-dev.yml @@ -44,9 +44,9 @@ spring: job-store-type: jdbc initialize-schema: embedded #设置自动启动,默认为 true - auto-startup: false + auto-startup: true #启动时更新己存在的Job - overwrite-existing-jobs: false + overwrite-existing-jobs: true properties: org: quartz: @@ -148,7 +148,7 @@ spring: redis: database: 14 # host: 121.36.69.172 - host: localhost + host: 192.168.18.254 lettuce: pool: max-active: 8 #最大连接数据库连接数,设 0 为没有限制 @@ -157,7 +157,7 @@ spring: min-idle: 0 #最小等待连接中的数量,设 0 为没有限制 shutdown-timeout: 100ms # password: hzwlsoft.com - password: + password: 123456 # port: 4780 port: 6379