From 0e47f8b3a88450f476c6f10e1bafb8e75f0810c2 Mon Sep 17 00:00:00 2001 From: klboke <632104866@QQ.com> Date: Wed, 13 Dec 2017 14:06:33 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12d2f4c0..a27812fc 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ converted.file.charset = GBK spring.http.multipart.max-file-size=100MB ``` file.dir为转换文件实际存储地址,注意要以/结尾 + 3. 第三步:运行FilePreviewApplication的main方法,服务启动后,访问http://localhost:8012/ 会看到如下界面,代表服务启动成功 ![输入图片说明](https://gitee.com/uploads/images/2017/1213/100221_ea15202e_492218.png "屏幕截图.png")