消息修改

This commit is contained in:
梁琦涛
2021-09-24 08:54:44 +08:00
parent bc828d4000
commit e6ed1ee736
@@ -29,24 +29,24 @@ spring:
username: zhangqinlin@syxysoft.com
password: Zql0000000
port: 25
# host: smtp.163.com
# username: test@163.com
# password: ??
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
# host: smtp.163.com
# username: test@163.com
# password: ??
# properties:
# mail:
# smtp:
# auth: true
# starttls:
# enable: true
# required: true
## quartz定时任务,采用数据库方式
quartz:
job-store-type: jdbc
initialize-schema: embedded`
initialize-schema: embedded
#设置自动启动,默认为 true
auto-startup: false
auto-startup: true
#启动时更新己存在的Job
overwrite-existing-jobs: false
overwrite-existing-jobs: true
properties:
org:
quartz:
@@ -140,15 +140,15 @@ spring:
password: 123456
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
# 多数据源配置
# multi-datasource1:
# url: jdbc:p6spy:mysql://192.168.18.254:3306/standards_association?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&serverTimezone=Asia/Shanghai
# username: root
# password: 123456
# driver-class-name: com.p6spy.engine.spy.P6SpyDriver
multi-datasource1:
url: jdbc:p6spy:mysql://192.168.18.254:3306/standards_association?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&serverTimezone=Asia/Shanghai
username: root
password: 123456
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
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
@@ -172,9 +172,9 @@ mybatis-plus:
id-type: ASSIGN_ID
# 默认数据库表下划线命名
table-underline: true
# configuration:
# configuration:
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 返回类型为Map,显示null对应的字段
# call-setters-on-nulls: true
#jero专用配置