标准成本计算、单行查询、结构树查询优化

This commit is contained in:
xieke
2024-09-18 14:29:55 +08:00
parent 3d3c289f46
commit b169b641de
22 changed files with 1107 additions and 621 deletions
@@ -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