From 28a581bd7fd34a02d757cf37c4c05c951f3e7c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9F=922012?= <345849402@qq.com> Date: Mon, 8 Jun 2020 11:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BF=E9=87=8C=E4=BA=91=E5=AD=98=E5=82=A8Ke?= =?UTF-8?q?y=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/tools/module/wechat/service/impl/GirlServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/tools/module/wechat/service/impl/GirlServiceImpl.java b/src/main/java/com/tools/module/wechat/service/impl/GirlServiceImpl.java index 421bd05..e95565a 100644 --- a/src/main/java/com/tools/module/wechat/service/impl/GirlServiceImpl.java +++ b/src/main/java/com/tools/module/wechat/service/impl/GirlServiceImpl.java @@ -27,7 +27,7 @@ public class GirlServiceImpl implements GirlService { private DynamicQuery dynamicQuery; @Autowired private AliYunUtils aliYunUtils; - @Value("${aliyun.oss.url}") + @Value("${ali-yun.oss.url}") private String ossUrl; private static int corePoolSize = Runtime.getRuntime().availableProcessors(); -- GitLab