yusm пре 2 недеља
родитељ
комит
4b3623555b

+ 0 - 15
fhKeeper/formulahousekeeper/management-crm-qrcode/src/main/resources/application.yml

@@ -7,9 +7,6 @@ server:
 spring:
   servlet:
     multipart:
-      # 配置上传文件的大小设置
-
-      # Single file max size  即单个文件大小
       max-file-size: 100MB
       max-request-size: 100MB
       location: C:/upload/
@@ -40,11 +37,6 @@ spring:
         maxActive: 8
   ####全局配置时间返回格式#####
   jackson:
-    #参数意义:
-    #JsonInclude.Include.ALWAYS       默认
-    #JsonInclude.Include.NON_DEFAULT   属性为默认值不序列化
-    #JsonInclude.Include.NON_EMPTY     属性为 空(””) 或者为 NULL 都不序列化
-    #JsonInclude.Include.NON_NULL      属性为NULL  不序列化
     default-property-inclusion: ALWAYS
     time-zone: GMT+8
     date-format: yyyy-MM-dd HH:mm:ss
@@ -63,9 +55,6 @@ logging:
   path: C:/
 ##########
 mybatis-plus:
-#  mapper-locations: classpath:mapper/*/*.xml
-#  #实体扫描,多个package用逗号或者分号分隔
-#  typeAliasesPackage: com.hssx.cloudmodel
   global-config:
     #主键类型  0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID";
     id-type: 0
@@ -111,10 +100,6 @@ management:
     enabled:false:
   server:
     port: 10012
-#  endpoints:
-#    web:
-#      exposure:
-#        include: "*"
 
   health:
     redis:

BIN
fhKeeper/formulahousekeeper/management-platform-mld/src/main/resources/upload/多项目任务导入模板.xlsx