| | |
| | | port: 8085 |
| | | servlet: |
| | | # 应用的访问路径 |
| | | context-path: / |
| | | context-path: /api |
| | | tomcat: |
| | | # tomcat的URI编码 |
| | | uri-encoding: UTF-8 |
| | |
| | | druid: |
| | | # 主库数据源 |
| | | master: |
| | | url: jdbc:mysql://192.168.0.52:3306/swspkmas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 |
| | | url: jdbc:mysql://192.168.2.16:7006/swspkmas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true |
| | | username: root |
| | | password: gkhymysql |
| | | password: 2farwL3yPXfbH2AP |
| | | # 从库数据源 |
| | | slave: |
| | | # 从数据源开关/默认关闭 |
| | |
| | | # redis 配置 |
| | | redis: |
| | | # 地址 |
| | | host: 127.0.0.1 |
| | | host: 192.168.2.16 |
| | | # 端口,默认为6379 |
| | | port: 6379 |
| | | # 数据库索引 |
| | | database: 5 |
| | | # 密码 |
| | | password: root |
| | | password: wioowr23923sd3*& |
| | | # 连接超时时间 |
| | | timeout: 10s |
| | | lettuce: |
| | |
| | | max-active: 8 |
| | | # #连接池最大阻塞等待时间(使用负值表示没有限制) |
| | | max-wait: -1ms |
| | | tripartite: |
| | | restSever: https://inspurtestcx.saws.org.cn/sjjh |
| | | appKey: hj92qe |
| | | appPwd: dxep6j |
| | | |
| | | #windous测试 |
| | | file: |
| | | path: |
| | | #基础路径 |
| | | dcPath: E:\file\gkhy\test\ |
| | | dcPath: upload |
| | | urlRootPath: /uploadfile/ |
| | | module: |
| | | #用户模块 |
| | | accountPath: /account/ |
| | | accountPath: /account/ |
| | | |
| | | #线程池配置 |
| | | threadPool: |
| | | corePoolSize: 20 |
| | | maxPoolSize: 20 |
| | | queueCapacity: 10000 |
| | | scheduling: |
| | | #控制线程是否执行 true:执行;false:不执行 |
| | | enabled: true |
| | | |
| | | |
| | | # 七牛云相关信息 |
| | | safecheckqiniuymes: |
| | | accesskey: 5YprpjY0BJiyjII2VqlHed7UhBEvvkPZicbwd8Kl |
| | | secretkey: m3gGQNQ9cLmVBBZwPXZ5-Wzr0duzyAPPmJUx4_ay |
| | | templateid: 1844221365930962944 |