| | |
| | | #服务 相关配置 |
| | | server: |
| | | name: 管理系统 测试环境 |
| | | port: 8080 #访问端口 |
| | | port: 8081 #访问端口 |
| | | servlet-context-path: / #上下文 |
| | | max-threads: 800 # # tomcat最大线程数,默认为200 |
| | | min-spare-threads: 30 # Tomcat启动初始化的线程数,默认值25 |
| | |
| | | multipart: |
| | | max-file-size: 2GB # 单个文件大小 |
| | | max-request-size: 2GB # 设置总上传的文件大小 |
| | | network-path: "https://tmsapi.ygalogisticspark.com/api/" |
| | | network-path: "http://61.143.42.70:7010/cwgltest-api/" |
| | | #日志 相关配置 |
| | | logback: |
| | | path: logs/ #日志目录 |
| | |
| | | driver: |
| | | template1: /data/cwgl/chqjkcns.pdf |
| | | template2: /data/cwgl/zjsf.pdf |
| | | font: /data/cwgl/msyh.ttf |
| | | font: /data/cwgl/msyh.ttf |
| | | cwxtApi: |
| | | url: http://61.143.42.70:7010/cwxttest-api/api/third/receivable/ |
| | | |