XiaoRuby
2023-08-07 d8a687741273d121586b83745280c57f7e9d3297
sys/src/main/resources/application.yml
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,28 @@
server:
  port: 1234
spring:
  servlet:
    multipart:
      max-file-size: 20MB # å•个文件大小
      max-request-size: 1024MB # ä¸€æ¬¡è¯·æ±‚文件总大小
  profiles:
    active: dev
mybatis-plus:
  type-aliases-package: com.yuanchu.limslaboratory.pojo
  mapper-locations: classpath*:/mapper/*.xml
  global-config:
    banner: off # å…³é—­mybatis-plus启动图标
feign:
  client:
    config:
      default:
        connectTimeout: 2000
        readTimeout: 3000
        loggerLevel: FULL
  httpclient:
    enabled: false # å…³é—­ httpclient
  okhttp:
    enabled: true # å¼€å¯ okhttp