|
@@ -1,61 +0,0 @@
|
|
|
-server:
|
|
|
- port: 8070
|
|
|
- tomcat:
|
|
|
- max-http-post-size: -1
|
|
|
- uri-encoding: UTF-8
|
|
|
-
|
|
|
-logging:
|
|
|
- level:
|
|
|
- org.springframework.web: INFO
|
|
|
- com.liangjian11.ymall: DEBUG
|
|
|
-
|
|
|
-spring:
|
|
|
- profiles:
|
|
|
- active: pgdev
|
|
|
- cache:
|
|
|
- type: ehcache
|
|
|
- ehcache:
|
|
|
- config: classpath:/config/ehcache.xml
|
|
|
- servlet:
|
|
|
- multipart:
|
|
|
- max-file-size: 10MB
|
|
|
- max-request-size: 100MB
|
|
|
- http:
|
|
|
- encoding:
|
|
|
- charset: UTF-8
|
|
|
- enabled: true
|
|
|
- force: true
|
|
|
-
|
|
|
-
|
|
|
-mybatis-plus:
|
|
|
- mapper-locations: classpath*:mapper/*Mapper.xml
|
|
|
- type-aliases-package: com.liangjian11.ymall.model
|
|
|
- global-config:
|
|
|
- refresh-mapper: true
|
|
|
- db-config:
|
|
|
- logic-delete-value: 1
|
|
|
- logic-not-delete-value: 0
|
|
|
-
|
|
|
-config:
|
|
|
- jwt:
|
|
|
- # 加密密钥
|
|
|
- secret: abcdefg1234567
|
|
|
- # token有效时长
|
|
|
- expire: 86400
|
|
|
- # header 名称
|
|
|
- header: token
|
|
|
-
|
|
|
-aliyun:
|
|
|
- vod:
|
|
|
- access-key-id: LTAI4FbzBnf9HHpfux8EwQVa
|
|
|
- access-key-secret: jmqpmUHN6cCJtfLCmkVMaBcV1hnTQt
|
|
|
-
|
|
|
-wx:
|
|
|
- miniapp:
|
|
|
- configs:
|
|
|
- - appid: wx16d19a8b8df3fb06
|
|
|
- secret: 9cac55061d9f5a699f943edbbec5310f
|
|
|
- token: 11111111111111 #微信小程序消息服务器配置的token
|
|
|
- aesKey: 11111111111111 #微信小程序消息服务器配置的EncodingAESKey
|
|
|
- msgDataFormat: JSON
|
|
|
-
|