From 3ce2963dec8600b6c7be58015ff6469ab62d2a6f Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 13 三月 2023 22:08:44 +0800 Subject: [PATCH] 获取图片 --- ycl-smoke/src/main/resources/application-pro.yml | 22 +++++++++++++++------- 1 files changed, 15 insertions(+), 7 deletions(-) diff --git a/ycl-smoke/src/main/resources/application-pro.yml b/ycl-smoke/src/main/resources/application-pro.yml index acbbec7..8c0ee05 100644 --- a/ycl-smoke/src/main/resources/application-pro.yml +++ b/ycl-smoke/src/main/resources/application-pro.yml @@ -1,5 +1,5 @@ server: - port: 8083 + port: 8084 tomcat: uri-encoding: UTF-8 servlet: @@ -24,8 +24,9 @@ spring: redis: database: 0 - host: localhost - password: + host: 10.53.157.24 + port: 6379 + password: ycl2018 jedis: pool: max-active: 8 @@ -33,9 +34,9 @@ min-idle: 0 timeout: 0 datasource: - url: jdbc:mysql://42.193.1.25:3306/sccg?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false - username: root - password: 321$YcYl@1970! + url: jdbc:mysql://10.110.247.252:3306/sccg?characterEncoding=utf-8 + username: toor + password: v6VGHAzXEu$zF7 type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver filters: stat @@ -68,4 +69,11 @@ port: 8281 userName: suichang passWord: a12345677 - ip: 10.10.10.10 \ No newline at end of file + ip: 10.10.10.10 + +aliyun: + oss: + endpoint: https://oss-cn-chengdu.aliyuncs.com + keyId: LTAI5tJTmV5pnPKjwvpdjyfi + keySecret: HRXGIrDdnhdlvV5AoOB4k9NxYP0G9Z + bucketName: baizonghao-upload \ No newline at end of file -- Gitblit v1.8.0