docs: 更新初始化sql

approve-sys
zhuyong 2 years ago
parent 4e73972f53
commit e75eb63808

@ -2,14 +2,14 @@
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
# driverClassName: com.mysql.cj.jdbc.Driver
driverClassName: com.p6spy.engine.spy.P6SpyDriver
driverClassName: com.mysql.cj.jdbc.Driver
# driverClassName: com.p6spy.engine.spy.P6SpyDriver
druid:
# 主库数据源
master:
url: jdbc:p6spy:mysql://localhost:3306/flowable?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
url: jdbc:mysql://localhost:3306/flowable?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
username: root
password: ${mypass}
password: 123456
# 从库数据源
slave:
# 从数据源开关/默认关闭

@ -65,7 +65,7 @@ spring:
# 数据库索引
database: 0
# 密码
password: ${rdpwass}
password:
# 连接超时时间
timeout: 10s
lettuce:
@ -120,5 +120,9 @@ xss:
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
# flowable相关表
flowable:
# true 会对数据库中所有表进行更新操作。如果表不存在,则自动创建(建议开发时使用)
database-schema-update: true
# 关闭定时任务JOB
async-executor-activate: false

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save