peng
6 小时以前 d7a0b3b0935a582aa24de76b2901f3f4ee97d1a0
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 # 通用枚举处理器
@@ -66,9 +67,9 @@
  servlet:
    multipart:
      # 单个文件大小
      max-file-size: 100MB
      max-file-size: 1024MB
      # 设置总上传的文件大小
      max-request-size: 100MB
      max-request-size: 1024MB
  # 服务模块
  devtools:
    restart:
@@ -90,7 +91,7 @@
# PageHelper分页插件
pagehelper:
  helperDialect: mysql
  helperDialect: postgresql
  supportMethodsArguments: true
  params: count=countSql