12345678910111213141516171819202122232425 |
- spring:
- application:
- name: content-supply
- profiles:
- active: dev
- project:
- name: content-supply
- server:
- tomcat:
- threads:
- max: 1000
- uri-encoding: UTF-8
- accept-count: 1000
- servlet:
- session:
- timeout: 60
- aliyun:
- log:
- endpoint: cn-hangzhou-intranet.log.aliyuncs.com
- accessKeyId: LTAIP6x1l3DXfSxm
- accessKeySecret: KbTaM9ars4OX3PMS6Xm7rtxGr1FLon
- project: content-supply
|