新增表名和字段名加 前缀 或 后缀、及是否强制大写的参数
This commit is contained in:
@@ -62,8 +62,13 @@ jdbc:
|
|||||||
|
|
||||||
# 事务超时时间,单位秒(30分钟)(v4.1.5+)
|
# 事务超时时间,单位秒(30分钟)(v4.1.5+)
|
||||||
transactionTimeout: 1800
|
transactionTimeout: 1800
|
||||||
|
|
||||||
|
# # 表名和字段名(前缀|后缀)是否强制大写(v4.1.8+)
|
||||||
|
# tableAndColumn:
|
||||||
|
# prefixSuffix: "`|`"
|
||||||
|
# forceUpperCase: true
|
||||||
|
|
||||||
# 表名前缀
|
# 表名前缀(Schema)
|
||||||
tablePrefix: js_
|
tablePrefix: js_
|
||||||
|
|
||||||
#======================================#
|
#======================================#
|
||||||
|
|||||||
Reference in New Issue
Block a user