| 123456789101112131415161718192021222324252627282930313233343536373839 |
- spring:
- profiles:
- active: @env@
- application:
- name: biandan-miniprogram-store-api
- rabbitmq:
- xMsgTtl: 301000
- jackson:
- time-zone: Asia/Shanghai
- default-property-inclusion: non_null
- serialization:
- indent_output: true
- fail_on_empty_beans: false
- servlet:
- multipart:
- max-file-size: 20MB
- max-request-size: 20MB
- mybatis:
- typeAliasesPackage: com.wingxi.**.domain
- mapperLocations: classpath*:META-INF/sqlmap/**.xml,classpath*:mapper/**/**.xml
- configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
- pagehelper:
- helperDialect: mysql
- reasonable: true
- supportMethodsArguments: true
- params: count=countSql
- aliyun:
- oss:
- endPoint: oss-cn-beijing.aliyuncs.com
- accessKeyID: LTAI5tMiMyyya41eaFJ8vcoU
- accessKeySecret: kAIazWRGoz1ird2ynzwgcwWzM9vMCu
- bucketName: bucket-gululuq
- # 如果有自定义域名
- customDomain: res.gululuq.com
|