标准成本计算、单行查询、结构树查询优化
This commit is contained in:
@@ -226,19 +226,19 @@ spring:
|
||||
# database: 5
|
||||
# host: 121.40.189.20
|
||||
# port: 6389
|
||||
redis:
|
||||
database: 9
|
||||
host: 192.168.50.9
|
||||
port: 7379
|
||||
password: 'zzboard'
|
||||
main:
|
||||
allow-circular-references: true
|
||||
# redis:
|
||||
# database: 10
|
||||
# host: localhost
|
||||
# port: 6379
|
||||
# database: 9
|
||||
# host: 192.168.50.9
|
||||
# port: 7379
|
||||
# password: 'zzboard'
|
||||
# main:
|
||||
# allow-circular-references: true
|
||||
redis:
|
||||
database: 10
|
||||
host: localhost
|
||||
port: 6379
|
||||
main:
|
||||
allow-circular-references: true
|
||||
|
||||
#rabbitmq 配置
|
||||
rabbitmq:
|
||||
@@ -268,7 +268,7 @@ mybatis-plus:
|
||||
table-underline: true
|
||||
configuration:
|
||||
# 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
|
||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
# log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
||||
# 返回类型为Map,显示null对应的字段
|
||||
call-setters-on-nulls: true
|
||||
|
||||
Reference in New Issue
Block a user