2021与蓝度共同重构项目,服务端
MercuryZ
2022-06-23 d0817418a1c0fc3d637cb3cb2a2fb7f8c1a42d0b
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
spring:
  profiles:
       active: test
  jackson:
    date-format: yyyy-MM-dd HH:mm:ss
    time-zone: GMT+8
  servlet:
    multipart:
      max-file-size: 100MB
      max-request-size: 100MB
      location: /usr/local/project/upload_tmp
mybatis-plus:
  check-config-location: true
  configuration:
    map-underscore-to-camel-case: true
    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  mapper-locations: classpath*:/mapper/*.xml
  global-config:
    db-config:
      logic-delete-value: "now()" # 逻辑已删除值(默认为 1)
      logic-not-delete-value: "null" # 逻辑未删除值(默认为 0)
logging:
  file:
    path: logs
wx:
  pay:
    appId: dsd #微信公众号或者小程序等的appid
    mchId: dsdsd #微信支付商户号
    mchKey: dsd #微信支付商户密钥
 
 
# led屏幕服务器地址(更改需要同时更改)
realtime-server:
#  command: http://101.132.131.91:8081/payload/
#  url: http://101.132.131.91:8081/
  command: http://112.74.63.130:20018/command/
  url: http://112.74.63.130:20018/
 
 
server-conf:
  ip: 47.106.172.9 # 47.106.172.9/101.132.131.91
 
 
minio:
  endpoint: 47.106.172.9
  port: 9000
  accessKey: minioadmin
  secretKey: zhxm2512209
  secure: false