start/src/main/resources/application.yml
@@ -4,6 +4,7 @@ mapper-locations: classpath*:mapper/**/*.xml # 实体扫描,多个package用逗号或者分号分隔 typeAliasesPackage: com.ycl.**.domain type-handlers-package: com.ycl.mybatis.typehandler configuration: shrink-whitespaces-in-sql: true #从SQL中删除多余的空格字符 default-enum-type-handler: com.baomidou.mybatisplus.core.handlers.MybatisEnumTypeHandler # 通用枚举处理器 @@ -90,7 +91,7 @@ # PageHelper分页插件 pagehelper: helperDialect: mysql helperDialect: postgresql supportMethodsArguments: true params: count=countSql