XiaoRuby
2023-07-05 8da036bdc8646c983924f5c13fc3955a66a6269a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
server:
  port: 1234
spring:
  profiles:
    active: dev
 
login:
  userID: 9c08241a7c38cb25efafde9dd1347bab
  secret: D1E3ED958C5DB5BDF1FC9F77CE54B29B016213acd698f4686cac2f399f1c8d18
 
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