zss
2023-07-20 1faae0508c2f55b25fdacad9eb18d00cc5aa86ef
sys/src/main/resources/application.yml
@@ -5,7 +5,19 @@
    active: dev
mybatis-plus:
  type-aliases-package: com.yunchu.limslaboratory.pojo
  mapper-locations: classpath:mapper/*.xml
  type-aliases-package: com.yuanchu.limslaboratory.pojo
  mapper-locations: classpath*:/mapper/*.xml
  global-config:
    banner: off # 关闭mybatis-plus启动图标
    banner: off # 关闭mybatis-plus启动图标
feign:
  client:
    config:
      default:
        connectTimeout: 2000
        readTimeout: 3000
        loggerLevel: FULL
  httpclient:
    enabled: false # 关闭 httpclient
  okhttp:
    enabled: true # 开启 okhttp