From 936dbe1f11369f9e03ef817a114390e6e13219c4 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 01 Jun 2022 16:52:29 +0800 Subject: [PATCH] 20220527 --- src/main/resources/application.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 5f5d326..7d62cc0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,4 @@ # �����ϴ�ͼƬ��·���ͷ���ͼƬͼƬ��·�� upload.file.location=file:D:/Tools/ upload.file.path =/image/** -static.resource.url =http://localhost:8878/image/ +static.resource.url =http://192.168.0.11:8878/image/ -- Gitblit v1.9.1