huanghongfa
2021-02-01 b3c6911c1e78563dc04998dd7bfb510130a9fcec
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
spring:
  application:
    name: applets
  cloud:
    config:
      discovery:
        enabled: true
        service-id: config  # 注册中心的服务名
      profile: prod  # 指定配置文件的环境
  profiles:
    active: prod
  servlet:
    multipart:
      max-file-size: 10MB
      max-request-size: 10MB
 
eureka:
  client:
    service-url:
      defaultZone: http://${EUREKA_URL:localhost}:8192/eureka
 
wx:
  miniapp:
    appid: wx0cef797390444b75
    secret: c7ea9aaa7e391a487e8a5b9ba61045d1
    msgDataFormat: JSON