1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- server:
- port: 8090
- spring:
- application:
- name: winsea-changchang-project
- datasource:
- driver-class-name: com.mysql.jdbc.Driver
- password: Ccj841968545
- url: jdbc:mysql://39.100.83.198:3306/yiliangyiyun?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=Asia/Shanghai
- username: root
- redis:
- database: 0
- host: 127.0.0.1
- password: ''
- pool:
- max-active: 8
- max-idle: 8
- max-wait: -1
- min-idle: 0
- port: 6379
- timeout: 200
- servlet:
- multipart:
- max-file-size: 50MB
- max-request-size: 120MB
- auth:
- default-user-kind: STAFF
- client:
- ftp:
- ip: 114.115.215.70
- port: 21
- sync:
- address: http://114.115.215.70:85/webservice/ClientUpdateService?wsdl
- file:
- path: D://alpha//winsea//file//
- file-root-path: D://file//crew/
- front-origin: 192.168.1.162:9527
- jasypt:
- encryptor:
- # password: yinghaikeji
- password: yilaingyiyun
- logging:
- level:
- root: INFO
- path: D:/winsea_platform6.0/logs
- oss:
- access:
- key:
- id: LTAI5t8Cv1iFo72A5nVAjkNB
- secret: el4GUrytaX7aw4wFneMuFig5uu3UxQ
- bucket:
- name: warehouse-erp-zhaoliang
- endpoint:
- default: oss-cn-zhangjiakou.aliyuncs.com
- internal: https://warehouse-erp-zhaoliang.oss-cn-zhangjiakou.aliyuncs.com/
- po:
- password: CA1XB-MF7Y-12ST-PSBP2
- syspath: D://officeTest//
- purchase:
- webservice:
- address: http://114.115.215.70:8018/webservice/QuoteServerService?wsdl
- servicer:
- register:
- webservice:
- address: http://114.115.215.70:8018/webservice/QuoteServerService?wsdl
- system:
- temp-file-path: D://file//
- prod-temp-file-path: /opt/winsea/temp/platform/
- department-deck: efc79c703d6c4a8dafb88b5e60192e82
- gexinpush:
- host:
- appId: 1001
- appkey: 2001
- appSecret: 3001
- masterSecret: 4001
- environment: 5001
- live:
- time: 10
|