| | |
| | | # wait_timeout: 超过改时间(秒)服务端主动断开 |
| | | # interactive_timeout: 客户端工具交互超过这个时间(秒)会端口,表现为navicat |
| | | |
| | | username: root |
| | | password: Yanglin@123456 |
| | | url: jdbc:mysql://127.0.0.1:3306/iplatform_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false |
| | | # username: root |
| | | # password: Yanglin@123456 |
| | | # url: jdbc:mysql://127.0.0.1:3306/iplatform_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false |
| | | |
| | | # username: root |
| | | # password: Bjjmy_2020 |
| | | # url: jdbc:mysql://116.198.40.76:3306/iplatform?useUnicode=true&characterEncoding=UTF-8&useSSL=false |
| | | username: root |
| | | password: Bjjmy_2020 |
| | | url: jdbc:mysql://116.198.40.76:3306/iplatform_base?useUnicode=true&characterEncoding=UTF-8&useSSL=false |
| | | |
| | | # 达梦数据库 |
| | | # driver-class-name: dm.jdbc.driver.DmDriver |
| | |
| | | use-global-data-source-stat: true |
| | | |
| | | redis: |
| | | host: localhost |
| | | host: 116.198.40.76 |
| | | port: 6379 |
| | | password: Jmy2019. |
| | | database: 2 |
| | | |
| | | mvc: |
| | | pathmatch: |
| | |
| | | # 调用远程上传文件,是否按照本地文件处理,2023-07-03 |
| | | # 在测试过程中如果没有FTP等服务,可以设置为true临时存储本地 |
| | | remote-as-local: true |
| | | |
| | | # oss实现类型:aws_s3(亚马逊) | tx(腾讯) | ali(阿里) | qn(七牛),2023-12-13 |
| | | oss-type: aws_s3 |
| | | # oss访问前缀,如:http://localhost:8082/admin/oss/,2023-12-13 |
| | | oss-prefix: http://localhost:8082/admin/oss/ |
| | | oss-access-key: HDKSYC2Y4FELF5CL5FIB |
| | | oss-secret-key: 111 |
| | | # oss服务地址 |
| | | oss-endpoint: http://eos-beijing-1.cmecloud.cn |
| | | # oss默认的桶名称 |
| | | oss-bucket-name: ctoms-file |
| | | protocol: http |
| | | |
| | | ftp: |
| | | ip: 116.198.40.76 |
| | | port: 22 |