1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| #调试模式
| debug: false
| #环境标识
| evn: xcshop
| server:
| port: 8080
| #数据库
| spring:
| datasource:
| url: jdbc:mysql://124.70.222.34/xc_shop?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&allowMultiQueries=true&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
| username: xc_shop
| password: xc_shop123!@#
| #文件上传配置
| static_resource_url: http://xcshop.csxuncong.com/uploadfile/
| file_storage_path: /mnt/xcshop/uploadfile/
| #异常快捷链接
| showExcptionUrl: http://xcshop.csxuncong.com/showException
| #日志文件地址
| log_path: /mnt/xcshop/log
|
| #sagger文档
| swagger:
| enable: false
|
|