zzy.zhiyuan.foxmail лет назад: 8
Родитель
Сommit
261e658b5c
2 измененных файлов с 12 добавлено и 0 удалено
  1. 6 0
      src/main/resources/project-test.properties
  2. 6 0
      src/main/resources/project.properties

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

@ -114,6 +114,12 @@ 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_ArticleService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
119
#科研文章图片保存目录
120
com_ekexiu_portal_service_ArticleService.articlePath::java.io.File=/kexiu/www/html/images/article
121
#科研文章图片尺寸
122
com_ekexiu_portal_service_ArticleService.artMaxLen::int=640
117 123
#资源分享图片尺寸
118 124
com_ekexiu_portal_service_ImagesService.resImageMaxLen::int=240
119 125
#认证图片保存目录

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

@ -114,6 +114,12 @@ 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_ArticleService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
119
#科研文章图片保存目录
120
com_ekexiu_portal_service_ArticleService.articlePath::java.io.File=/kexiu/www/html/images/article
121
#科研文章图片尺寸
122
com_ekexiu_portal_service_ArticleService.artMaxLen::int=640
117 123
#资源分享图片尺寸
118 124
com_ekexiu_portal_service_ImagesService.resImageMaxLen::int=240
119 125
#认证图片保存目录