@ -84,9 +84,9 @@ mybatis-plus:
global-config:
db-config:
# 表名前缀
table-prefix: zhky."public".
table-prefix: public.
configuration-properties:
prefix: zhky."public". # 自定义sql中表名带前缀
prefix: public. # 自定义sql中表名带前缀
# PageHelper分页插件
pagehelper: