提交 2a01b126 authored 作者: 杨占军's avatar 杨占军

路径

上级 ad253333
流水线 #33481 已通过 于阶段
in 16 seconds
......@@ -5,5 +5,5 @@ package com.example.util.uploadLocalost;
* @date 2024/10/23
*/
public class FileConstants {
public static final String FILE_URL_NAME = "yamei";
public static final String FILE_URL_NAME = "risk";
}
......@@ -24,4 +24,4 @@ file.path: D:/
#环境
environment: dev
#文件查看域名
fileDomain: http://127.0.0.1:5555/yamei/
\ No newline at end of file
fileDomain: http://127.0.0.1:5555/core/
\ No newline at end of file
/* 前后端通信相关的配置,注释只允许使用多行方式 */
{
"basePath":"insure/",/* 上传文件的基本路径 */
"basePath":"core/",/* 上传文件的基本路径 */
/* 上传图片配置项 */
"imageActionName": "uploadimage", /* 执行上传图片的action名称 */
"imageFieldName": "upfile", /* 提交的图片表单名称 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论