XiaoRuby
2023-07-13 27e9d7d2c7db63c5f12c83e069980213398e8337
sys/src/main/resources/application.yml
@@ -4,8 +4,24 @@
  profiles:
    active: dev
login:
  userID: c8b1aaacec366c24e5d18c7eea9e551b
  secret: 701C85FCE0F7CFD714C2052D77098DC7f407b0ee79210bcef51787a0eb8ec7a5
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