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

Default Changelist

上级 11d070a9
流水线 #32271 已通过 于阶段
in 15 seconds
...@@ -3,21 +3,19 @@ server.port=5555 ...@@ -3,21 +3,19 @@ server.port=5555
spring.mvc.static-path-pattern=/** spring.mvc.static-path-pattern=/**
spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path} spring.resources.static-locations=classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${web.upload-path}
#imageUrl=https://imgb.mofangx.com/ imageUrl=https://imgb.mofangx.com/
oss.host=https://imgb.mofangx.com
oss.keyId=LTAI5tF4FvqrAB8izKXcXZvs
oss.keySecret=fLz0od9jSnQIBLxBqdUEwHQyme8pkv
oss.bucketName=mofang-pro
oss.folder=insure/
#imageUrl=https://imgb.woyoubooking.com/
#oss.host=https://imgb.mofangx.com #oss.host=https://imgb.woyoubooking.com
#oss.keyId=LTAIki0hQzKhpIqj #oss.keyId=LTAISxaXkVGKq7Ec
#oss.keySecret=Nf3kkjO8cr35mVsEUrgiihmr3FFTZk #oss.keySecret=CokBrGxVPQc9v0I9TXdbqqUfHX8YYJ
#oss.bucketName=mofang-pro #oss.bucketName=woyou-pro
#oss.folder=erp/ #oss.folder=woyou/
imageUrl=https://imgb.woyoubooking.com/
oss.host=https://imgb.woyoubooking.com
oss.keyId=LTAISxaXkVGKq7Ec
oss.keySecret=CokBrGxVPQc9v0I9TXdbqqUfHX8YYJ
oss.bucketName=woyou-pro
oss.folder=woyou/
......
/* 前后端通信相关的配置,注释只允许使用多行方式 */ /* 前后端通信相关的配置,注释只允许使用多行方式 */
{ {
"basePath":"erp/",/* 上传文件的基本路径 */ "basePath":"insure/",/* 上传文件的基本路径 */
/* 上传图片配置项 */ /* 上传图片配置项 */
"imageActionName": "uploadimage", /* 执行上传图片的action名称 */ "imageActionName": "uploadimage", /* 执行上传图片的action名称 */
"imageFieldName": "upfile", /* 提交的图片表单名称 */ "imageFieldName": "upfile", /* 提交的图片表单名称 */
...@@ -12,18 +12,18 @@ ...@@ -12,18 +12,18 @@
"imageInsertAlign": "none", /* 插入的图片浮动方式 */ "imageInsertAlign": "none", /* 插入的图片浮动方式 */
"imageUrlPrefix": "{imgUrl}", /* 图片访问路径前缀 */ "imageUrlPrefix": "{imgUrl}", /* 图片访问路径前缀 */
"imagePathFormat": "{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */ "imagePathFormat": "{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
/* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */ /* {filename} 会替换成原文件名,配置这项需要注意中文乱码问题 */
/* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */ /* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */
/* {time} 会替换成时间戳 */ /* {time} 会替换成时间戳 */
/* {yyyy} 会替换成四位年份 */ /* {yyyy} 会替换成四位年份 */
/* {yy} 会替换成两位年份 */ /* {yy} 会替换成两位年份 */
/* {mm} 会替换成两位月份 */ /* {mm} 会替换成两位月份 */
/* {dd} 会替换成两位日期 */ /* {dd} 会替换成两位日期 */
/* {hh} 会替换成两位小时 */ /* {hh} 会替换成两位小时 */
/* {ii} 会替换成两位分钟 */ /* {ii} 会替换成两位分钟 */
/* {ss} 会替换成两位秒 */ /* {ss} 会替换成两位秒 */
/* 非法字符 \ : * ? " < > | */ /* 非法字符 \ : * ? " < > | */
/* 具请体看线上文档: fex.baidu.com/ueditor/#use-format_upload_filename */ /* 具请体看线上文档: fex.baidu.com/ueditor/#use-format_upload_filename */
/* 涂鸦图片上传配置项 */ /* 涂鸦图片上传配置项 */
"scrawlActionName": "uploadscrawl", /* 执行上传涂鸦的action名称 */ "scrawlActionName": "uploadscrawl", /* 执行上传涂鸦的action名称 */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论