Przeglądaj źródła

--add ImagesService.resImageMaxLen config

zzy.zhiyuan.foxmail 8 lat temu
rodzic
commit
11e640050e

+ 2 - 0
src/main/resources/project-test.properties

@ -114,6 +114,8 @@ com_ekexiu_portal_service_AccessoryService.accessoryPath::java.io.File=/kexiu/ww
114 114
com_ekexiu_portal_service_ImagesService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
115 115
#资源图片保存目录
116 116
com_ekexiu_portal_service_ImagesService.resourcePath::java.io.File=/kexiu/www/html/images/resource
117
#资源分享图片尺寸
118
com_ekexiu_portal_service_ImagesService.resImageMaxLen::int=240
117 119
#认证图片保存目录
118 120
com_ekexiu_portal_service_AuthImageService.authImgPath::java.io.File=/kexiu/www/html/images/authImg
119 121
#计算专家平均星级的权重-咨询星级权重0.5

+ 2 - 0
src/main/resources/project.properties

@ -114,6 +114,8 @@ com_ekexiu_portal_service_AccessoryService.accessoryPath::java.io.File=/kexiu/ww
114 114
com_ekexiu_portal_service_ImagesService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
115 115
#资源图片保存目录
116 116
com_ekexiu_portal_service_ImagesService.resourcePath::java.io.File=/kexiu/www/html/images/resource
117
#资源分享图片尺寸
118
com_ekexiu_portal_service_ImagesService.resImageMaxLen::int=240
117 119
#认证图片保存目录
118 120
com_ekexiu_portal_service_AuthImageService.authImgPath::java.io.File=/kexiu/www/html/images/authImg
119 121
#计算专家平均星级的权重-咨询星级权重0.5