Bladeren bron

修改测试分支配置文件,添加配置文件注释。

zzy.zhiyuan.foxmail 8 jaren geleden
bovenliggende
commit
50324a85e4
3 gewijzigde bestanden met toevoegingen van 95 en 15 verwijderingen
  1. 1 1
      config-test.properties
  2. 49 9
      src/main/resources/project-test.properties
  3. 45 5
      src/main/resources/project.properties

+ 1 - 1
config-test.properties

@ -1,5 +1,5 @@
1 1
ajax.prefixLen=13
2
main.config=project-dev.properties
2
main.config=project-test.properties
3 3
#资源附件上传目录
4 4
accessoryFolder=/kexiu/www/html/accessory
5 5
#log4j日志文件存放路径

+ 49 - 9
src/main/resources/project-test.properties

@ -1,52 +1,80 @@
1 1
dataSource=com.alibaba.druid.pool.DruidDataSource
2
#数据库连接地址、名称、密码
2 3
dataSource.url=jdbc:postgresql://192.168.3.233:5432/ekexiu
3 4
dataSource.username=postgres
4 5
dataSource.password=postgres
6
#连接池启动时的初始值(初始化连接)
5 7
dataSource.initialSize::int=1
8
#最小空闲连接值
6 9
dataSource.minIdle::int=1 
10
#连接池的最大值(最大连接数量)
7 11
dataSource.maxActive::int=1
12
#超时等待时间(maxWait代表当Connection用尽了,多久之后进行回收丢失连接)
8 13
dataSource.maxWait::long=60000
14
#连接超时任务的时间间隔
9 15
dataSource.timeBetweenEvictionRunsMillis::long=60000
16
#连接的超时时间
10 17
dataSource.minEvictableIdleTimeMillis::long=300000  
18
#用来验证从连接池取出的连接
11 19
dataSource.validationQuery=SELECT 1  
20
#指明连接是否被空闲连接回收器(如果有)进行检验.如果检测失败则连接将被从池中去除
12 21
dataSource.testWhileIdle::boolean=true
22
#在从池中取出连接前进行检验,如果检验失败则从池中去除连接并尝试取出另一个
13 23
dataSource.testOnBorrow::boolean=true
24
#指明是否在归还到池中前进行检验
14 25
dataSource.testOnReturn::boolean=true   
26
#开启池的prepared statement 池功能
15 27
dataSource.poolPreparedStatements::boolean=true 
28
#statement池能够同时分配的打开的statements的最大数量
16 29
dataSource.maxPoolPreparedStatementPerConnectionSize::int=20
30
#默认的SQL语句自动提交状态(开启或关闭)设置由连接池本身设置(false由连接池定)
17 31
dataSource.defaultAutoCommit::boolean=false
18 32
cachedFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
19 33
cachedFileUploadServlet.cacheByMemory::boolean=false
34
#文件上传默认路径
20 35
cachedFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/images/tmp
21 36
cachedFileUploadServlet.CachedItemValidator-ref=imageValidator
37
#文件默认尺寸限制,默认不超过5M
22 38
cachedFileUploadServlet.defaultSizeLimit::long=5242880
39
#上传文件后缀名
23 40
cachedFileUploadServlet.fileSuffix=.jpg,.png
24 41
imageValidator=com.ekexiu.portal.util.ImageValidator
42
#设置用户头像的宽高
25 43
com_ekexiu_portal_service_ImageService.largeHeadPhotoWidth::int=200
26 44
com_ekexiu_portal_service_ImageService.largeHeadPhotoHeight::int=200
27 45
com_ekexiu_portal_service_ImageService.middleHeadPhotoWidth::int=66
28 46
com_ekexiu_portal_service_ImageService.middleHeadPhotoHeight::int=66
29 47
com_ekexiu_portal_service_ImageService.smallHeadPhotoWidth::int=30
30 48
com_ekexiu_portal_service_ImageService.smallHeadPhotoHeight::int=30
49
#用户头像临时文件夹路径
31 50
com_ekexiu_portal_service_ImageService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
32 51
com_ekexiu_portal_service_ImageService.imagePath::java.io.File=/kexiu/www/html/images
52
#用户默认头像保存路径
33 53
com_ekexiu_portal_service_ImageService.defaultHeadPhoto::java.io.File=/kexiu/www/html/images/default-photo.jpg
54
#机构默认图片保存路径
34 55
com_ekexiu_portal_service_ImageService.defaultOrgLogo::java.io.File=/kexiu/www/html/images/default-icon.jpg
56
#资源默认图片保存路径
35 57
com_ekexiu_portal_service_ImageService.defaultResourcePhoto::java.io.File=/kexiu/www/html/images/default-icon.jpg
36
com_ekexiu_portal_service_SysService.bindMailSubject=\u8bf7\u6c42\u7ed1\u5b9a\u90ae\u7bb1
58
#邮箱验证-绑定邮箱
59
com_ekexiu_portal_service_SysService.bindMailSubject=\u8BF7\u6C42\u7ED1\u5B9A\u90AE\u7BB1
37 60
com_ekexiu_portal_service_SysService.bindMailReplaceKey=stateCode
38
com_ekexiu_portal_service_SysService.bindMailReplaceContentTempalte=\u8bf7\u8bbf\u95ee\u5b8c\u6210\u90ae\u7bb1\u7ed1\u5b9a\:http\://www.ekexiu.com\:81/account-set.html?sc\=stateCode
61
com_ekexiu_portal_service_SysService.bindMailReplaceContentTempalte=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;} input {cursor\: pointer;} blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;} blockquote blockquote { margin-left\: 0px;} pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;} @media only screen and (max-width\: 600px) { div[class\="img-responsive"]{ text-align\:center\!important;} } </style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"> <div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"> <img src\="http\://www.ekexiu.com/images/logo.png"> </div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto">                <div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u7ED1\u5B9A [\u79D1\u8896] \u7528\u6237\u90AE\u7BB1 \uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u7ED1\u5B9A\u3002</p><p><a style\="color\:\#ff9900" href\="http\://192.168.3.233/account-set.html?sc\=stateCode" target\="_blank">http\://192.168.3.233/bind-mail.html?sc\=stateCode</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\:<a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/" target\="_blank">http\://www.ekexiu.com</a></p></div></div></div><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">&copy; 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 &nbsp; | &nbsp; \u4EACICP\u590716042588\u53F7-1 &nbsp; | &nbsp;<a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="">service@ekexiu.com</a></strong>&nbsp;&nbsp;&nbsp; \u5BA2\u670D\u7535\u8BDD\uFF1A<strong> 010-62343359\uFF089\:00-17\:00\uFF09</strong></p></div></div></div></body></html>
62
#邮箱验证-注册用户
39 63
com_ekexiu_portal_service_SysService.regMailReplaceKey=stateCode
40
com_ekexiu_portal_service_SysService.regMailReplaceContentTempalte=\u8bf7\u8bbf\u95ee\u4e0b\u9762\u7684\u7f51\u5740\u5b8c\u6210\u90ae\u7bb1\u6ce8\u518c\:http\://www.ekexiu.com\:81/bind-mail.html?sc\=stateCode
64
com_ekexiu_portal_service_SysService.regMailReplaceContentTempalte=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;} input {cursor\: pointer;} blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;} blockquote blockquote { margin-left\: 0px;} pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;} @media only screen and (max-width\: 600px) { div[class\="img-responsive"]{ text-align\:center\!important;} } </style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"> <div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"> <img src\="http\://www.ekexiu.com/images/logo.png"> </div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto">                <div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u901A\u8FC7\u90AE\u7BB1\u6CE8\u518C [\u79D1\u8896] \uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u6CE8\u518C\u3002</p><p><a style\="color\:\#ff9900" href\="http\://192.168.3.233/bind-mail.html?sc\=stateCode" target\="_blank">http\://192.168.3.233/bind-mail.html?sc\=stateCode</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\:<a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/" target\="_blank">http\://www.ekexiu.com</a></p></div></div></div><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">&copy; 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 &nbsp; | &nbsp; \u4EACICP\u590716042588\u53F7-1 &nbsp; | &nbsp;<a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="">service@ekexiu.com</a></strong>&nbsp;&nbsp;&nbsp; \u5BA2\u670D\u7535\u8BDD\uFF1A<strong> 010-62343359\uFF089\:00-17\:00\uFF09</strong></p></div></div></div></body></html>
65
#邮箱验证-重置密码
66
com_ekexiu_portal_service_SysService.mailRetrievePasswordContentTemplate=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;}        div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;}input {cursor\: pointer;}blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;}blockquote blockquote { margin-left\: 0px;}pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;}@media only screen and (max-width\: 600px) {\tdiv[class\="img-responsive"]{\t\ttext-align\:center\!important;}}</style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"><div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"><img src\="http\://www.ekexiu.com/images/logo.png"></div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto"><div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u901A\u8FC7\u90AE\u7BB1\u9A8C\u8BC1\u627E\u56DE [\u79D1\u8896] \u5BC6\u7801\uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u627E\u56DE\u5BC6\u7801\u9A8C\u8BC1\u3002</p><p><a style\="color\:\#ff9900" href\="http\://192.168.3.233/login-email-find03.html?sc\=stateCode" target\="_blank">http\://192.168.3.233/login-email-find03.html?sc\=stateCode</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\:<a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/" target\="_blank">http\://www.ekexiu.com</a></p></div></div></div><\!--footer\u5E95\u90E8--><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">&copy; 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 &nbsp; | &nbsp; \u4EACICP\u590716042588\u53F7-1 &nbsp; | &nbsp;<a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="">service@ekexiu.com</a></strong>&nbsp;&nbsp;&nbsp; \u5BA2\u670D\u7535\u8BDD\uFF1A<strong> 010-62343359\uFF089\:00-17\:00\uFF09</strong></p></div><\!--footer\u5E95\u90E8--></div></div></body></html>
67
com_ekexiu_portal_service_SysService.mailRetrievePasswordReplaceKey=stateCode
68
com_ekexiu_portal_service_SysService.mailRetrievePasswordSubject=\u91CD\u7F6E\u5BC6\u7801
69
#手机验证-绑定手机
41 70
com_ekexiu_portal_service_SysService.bindMobilePhoneReplaceKey=yzm
42
com_ekexiu_portal_service_SysService.bindMobilePhoneContentTemplate=\u3010\u79d1\u8896\u79d1\u6280\u3011\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801yzm\uff0c\u5b8c\u6210\u624b\u673a\u7ed1\u5b9a\u3002\u8bf7\u4e8e3\u5206\u949f\u5185\u6b63\u786e\u8f93\u5165\u9a8c\u8bc1\u7801\u3002\u5982\u975e\u672c\u4eba\u64cd\u4f5c\uff0c\u8bf7\u5ffd\u7565\u672c\u77ed\u4fe1\u3002
71
com_ekexiu_portal_service_SysService.bindMobilePhoneContentTemplate=\u3010\u79D1\u8896\u79D1\u6280\u3011\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801yzm\uFF0C\u5B8C\u6210\u624B\u673A\u7ED1\u5B9A\u3002\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\u9A8C\u8BC1\u7801\u3002\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u672C\u77ED\u4FE1\u3002
72
#手机验证-重置密码
43 73
com_ekexiu_portal_service_SysService.phoneRetrievePasswordReplaceKey=yzm
44
com_ekexiu_portal_service_SysService.phoneRetrievePasswordContentTemplate=\u3010\u79d1\u8896\u79d1\u6280\u3011\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801yzm\uff0c\u5b8c\u6210\u5bc6\u7801\u91cd\u7f6e\u3002\u8bf7\u4e8e3\u5206\u949f\u5185\u6b63\u786e\u8f93\u5165\u9a8c\u8bc1\u7801\u3002\u5982\u975e\u672c\u4eba\u64cd\u4f5c\uff0c\u8bf7\u5ffd\u7565\u672c\u77ed\u4fe1\u3002
74
com_ekexiu_portal_service_SysService.phoneRetrievePasswordContentTemplate=\u3010\u79D1\u8896\u79D1\u6280\u3011\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801yzm\uFF0C\u5B8C\u6210\u5BC6\u7801\u91CD\u7F6E\u3002\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\u9A8C\u8BC1\u7801\u3002\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u672C\u77ED\u4FE1\u3002
75
#手机验证-注册用户
45 76
com_ekexiu_portal_service_SysService.regMobilePhoneReplaceKey=yzm
46
com_ekexiu_portal_service_SysService.regMobilePhoneContentTemplate=\u3010\u79d1\u8896\u79d1\u6280\u3011\u8bf7\u8f93\u5165\u9a8c\u8bc1\u7801yzm\uff0c\u5b8c\u6210\u624b\u673a\u6ce8\u518c\u3002\u8bf7\u4e8e3\u5206\u949f\u5185\u6b63\u786e\u8f93\u5165\u9a8c\u8bc1\u7801\u3002\u5982\u975e\u672c\u4eba\u64cd\u4f5c\uff0c\u8bf7\u5ffd\u7565\u672c\u77ed\u4fe1\u3002
47
com_ekexiu_portal_service_SysService.mailRetrievePasswordContentTemplate=\u8bf7\u8bbf\u95ee\u5b8c\u6210\u7bb1\u5bc6\u7801\u91cd\u7f6e\:http\://www.ekexiu.com\:81/login-email-find03.html?sc\=stateCode
48
com_ekexiu_portal_service_SysService.mailRetrievePasswordReplaceKey=stateCode
49
com_ekexiu_portal_service_SysService.mailRetrievePasswordSubject=\u91cd\u7f6e\u5bc6\u7801
77
com_ekexiu_portal_service_SysService.regMobilePhoneContentTemplate=\u3010\u79D1\u8896\u79D1\u6280\u3011\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801yzm\uFF0C\u5B8C\u6210\u624B\u673A\u6CE8\u518C\u3002\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\u9A8C\u8BC1\u7801\u3002\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u672C\u77ED\u4FE1\u3002
50 78
com_ekexiu_portal_service_OrgService.defaultOrgType=1
51 79
com_ekexiu_portal_mail_MailService.port::int=25
52 80
com_ekexiu_portal_mail_MailService.from=service@ekexiu.com
@ -63,15 +91,27 @@ mailService_Map.map-key-2::java.lang.String=mail.smtp.auth
63 91
mailService_Map.map-val-2::java.lang.String=true
64 92
resFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
65 93
resFileUploadServlet.cacheByMemory::boolean=false
94
#资源附件上传临时文件目录
66 95
resFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/accessory/temp
96
#资源附件限制上传文件大小,默认10M
67 97
resFileUploadServlet.defaultSizeLimit::long=10485760
98
#资源附件同时上传最大数量
68 99
resFileUploadServlet.defaultCountLimit::int=10
100
#资源附件上传临时文件目录
69 101
com_ekexiu_portal_service_AccessoryService.tmpPath::java.io.File=/kexiu/www/html/accessory/temp
102
#资源附件保存目录
70 103
com_ekexiu_portal_service_AccessoryService.accessoryPath::java.io.File=/kexiu/www/html/accessory
104
#资源图片上传临时文件目录
71 105
com_ekexiu_portal_service_ImagesService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
106
#资源图片保存目录
72 107
com_ekexiu_portal_service_ImagesService.resourcePath::java.io.File=/kexiu/www/html/images/resource
108
#认证图片保存目录
73 109
com_ekexiu_portal_service_AuthImageService.authImgPath::java.io.File=/kexiu/www/html/images/authImg
110
#计算专家平均星级的权重-咨询星级权重0.5
74 111
com_ekexiu_portal_util_Calculate.starWeight::double=0.5
112
#计算专家平均星级的权重-咨询次数权重0.5
75 113
com_ekexiu_portal_util_Calculate.consultWeight::double=0.5
114
#定时任务时间间隔-24小时
76 115
com_ekexiu_portal_job_TaskJobEntry.delayTime::long=86400000
116
#定时任务执行时间-每天凌晨2点
77 117
com_ekexiu_portal_job_TaskJobEntry.taskTime::java.lang.String=2:00:00

+ 45 - 5
src/main/resources/project.properties

@ -1,52 +1,80 @@
1 1
dataSource=com.alibaba.druid.pool.DruidDataSource
2
#数据库连接地址、名称、密码
2 3
dataSource.url=jdbc:postgresql://121.42.53.174:5432/ekexiu
3 4
dataSource.username=postgres
4 5
dataSource.password=postgres
6
#连接池启动时的初始值(初始化连接)
5 7
dataSource.initialSize::int=1
8
#最小空闲连接值
6 9
dataSource.minIdle::int=1 
10
#连接池的最大值(最大连接数量)
7 11
dataSource.maxActive::int=1
12
#超时等待时间(maxWait代表当Connection用尽了,多久之后进行回收丢失连接)
8 13
dataSource.maxWait::long=60000
14
#连接超时任务的时间间隔
9 15
dataSource.timeBetweenEvictionRunsMillis::long=60000
16
#连接的超时时间
10 17
dataSource.minEvictableIdleTimeMillis::long=300000  
18
#用来验证从连接池取出的连接
11 19
dataSource.validationQuery=SELECT 1  
20
#指明连接是否被空闲连接回收器(如果有)进行检验.如果检测失败则连接将被从池中去除
12 21
dataSource.testWhileIdle::boolean=true
22
#在从池中取出连接前进行检验,如果检验失败则从池中去除连接并尝试取出另一个
13 23
dataSource.testOnBorrow::boolean=true
24
#指明是否在归还到池中前进行检验
14 25
dataSource.testOnReturn::boolean=true   
26
#开启池的prepared statement 池功能
15 27
dataSource.poolPreparedStatements::boolean=true 
28
#statement池能够同时分配的打开的statements的最大数量
16 29
dataSource.maxPoolPreparedStatementPerConnectionSize::int=20
30
#默认的SQL语句自动提交状态(开启或关闭)设置由连接池本身设置(false由连接池定)
17 31
dataSource.defaultAutoCommit::boolean=false
18 32
cachedFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
19 33
cachedFileUploadServlet.cacheByMemory::boolean=false
34
#文件上传默认路径
20 35
cachedFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/images/tmp
21 36
cachedFileUploadServlet.CachedItemValidator-ref=imageValidator
37
#文件默认尺寸限制,默认不超过5M
22 38
cachedFileUploadServlet.defaultSizeLimit::long=5242880
39
#上传文件后缀名
23 40
cachedFileUploadServlet.fileSuffix=.jpg,.png
24 41
imageValidator=com.ekexiu.portal.util.ImageValidator
42
#设置用户头像的宽高
25 43
com_ekexiu_portal_service_ImageService.largeHeadPhotoWidth::int=200
26 44
com_ekexiu_portal_service_ImageService.largeHeadPhotoHeight::int=200
27 45
com_ekexiu_portal_service_ImageService.middleHeadPhotoWidth::int=66
28 46
com_ekexiu_portal_service_ImageService.middleHeadPhotoHeight::int=66
29 47
com_ekexiu_portal_service_ImageService.smallHeadPhotoWidth::int=30
30 48
com_ekexiu_portal_service_ImageService.smallHeadPhotoHeight::int=30
49
#用户头像临时文件夹路径
31 50
com_ekexiu_portal_service_ImageService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
32 51
com_ekexiu_portal_service_ImageService.imagePath::java.io.File=/kexiu/www/html/images
52
#用户默认头像保存路径
33 53
com_ekexiu_portal_service_ImageService.defaultHeadPhoto::java.io.File=/kexiu/www/html/images/default-photo.jpg
54
#机构默认图片保存路径
34 55
com_ekexiu_portal_service_ImageService.defaultOrgLogo::java.io.File=/kexiu/www/html/images/default-icon.jpg
56
#资源默认图片保存路径
35 57
com_ekexiu_portal_service_ImageService.defaultResourcePhoto::java.io.File=/kexiu/www/html/images/default-icon.jpg
58
#邮箱验证-绑定邮箱
36 59
com_ekexiu_portal_service_SysService.bindMailSubject=\u8BF7\u6C42\u7ED1\u5B9A\u90AE\u7BB1
37 60
com_ekexiu_portal_service_SysService.bindMailReplaceKey=stateCode
38
com_ekexiu_portal_service_SysService.bindMailReplaceContentTempalte=\u8BF7\u8BBF\u95EE\u5B8C\u6210\u90AE\u7BB1\u7ED1\u5B9A\:http\://www.ekexiu.com\:81/account-set.html?sc\=stateCode
61
com_ekexiu_portal_service_SysService.bindMailReplaceContentTempalte=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;} input {cursor\: pointer;} blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;} blockquote blockquote { margin-left\: 0px;} pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;} @media only screen and (max-width\: 600px) { div[class\="img-responsive"]{ text-align\:center\!important;} } </style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"> <div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"> <img src\="http\://www.ekexiu.com/images/logo.png"> </div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto">                <div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u7ED1\u5B9A [\u79D1\u8896] \u7528\u6237\u90AE\u7BB1 \uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u7ED1\u5B9A\u3002</p><p><a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/account-set.html?sc\=stateCode" target\="_blank">http\://www.ekexiu.com/bind-mail.html?sc\=stateCode</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\:<a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/" target\="_blank">http\://www.ekexiu.com</a></p></div></div></div><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">&copy; 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 &nbsp; | &nbsp; \u4EACICP\u590716042588\u53F7-1 &nbsp; | &nbsp;<a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="">service@ekexiu.com</a></strong>&nbsp;&nbsp;&nbsp; \u5BA2\u670D\u7535\u8BDD\uFF1A<strong> 010-62343359\uFF089\:00-17\:00\uFF09</strong></p></div></div></div></body></html>
62
#邮箱验证-注册用户
39 63
com_ekexiu_portal_service_SysService.regMailReplaceKey=stateCode
40
com_ekexiu_portal_service_SysService.regMailReplaceContentTempalte=\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u6CE8\u518C\:http\://www.ekexiu.com\:81/bind-mail.html?sc\=stateCode
64
com_ekexiu_portal_service_SysService.regMailReplaceContentTempalte=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;} div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;} input {cursor\: pointer;} blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;} blockquote blockquote { margin-left\: 0px;} pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;} @media only screen and (max-width\: 600px) { div[class\="img-responsive"]{ text-align\:center\!important;} } </style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"> <div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"> <img src\="http\://www.ekexiu.com/images/logo.png"> </div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto">                <div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u901A\u8FC7\u90AE\u7BB1\u6CE8\u518C [\u79D1\u8896] \uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u6CE8\u518C\u3002</p><p><a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/bind-mail.html?sc\=stateCode" target\="_blank">http\://www.ekexiu.com/bind-mail.html?sc\=stateCode</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\:<a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/" target\="_blank">http\://www.ekexiu.com</a></p></div></div></div><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">&copy; 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 &nbsp; | &nbsp; \u4EACICP\u590716042588\u53F7-1 &nbsp; | &nbsp;<a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="">service@ekexiu.com</a></strong>&nbsp;&nbsp;&nbsp; \u5BA2\u670D\u7535\u8BDD\uFF1A<strong> 010-62343359\uFF089\:00-17\:00\uFF09</strong></p></div></div></div></body></html>
65
#邮箱验证-重置密码
66
com_ekexiu_portal_service_SysService.mailRetrievePasswordContentTemplate=<html style\="height\:auto;"><head><meta name\="viewport" content\="width\=device-width, initial-scale\=1" /><meta http-equiv\="Content-Type" content\="text/html;charset\=UTF-8"><style type\="text/css">html,body {font\: 14px/1.666 Tahoma, Arial;border\: 0;margin\: 0;padding\: 0;color\: \#000000;scrollbar-base-color\: \#dddddd;scrollbar-3dlight-color\: \#ffffff;scrollbar-highlight-color\: \#dddddd;scrollbar-shadow-color\: \#ffffff;scrollbar-darkshadow-color\: \#ffffff;scrollbar-track-color\: \#ffffff;scrollbar-arrow-color\: \#999999;}        div,form,input,textarea,span,img,iframe {margin\: 0;padding\: 0;border\: 0;outline\: 0;}input {cursor\: pointer;}blockquote { margin-left\: 30px;margin-right\: 0; padding\: 0; border\: 0;}blockquote blockquote { margin-left\: 0px;}pre { white-space\: pre-wrap;white-space\: -moz-pre-wrap;white-space\: -pre-wrap;white-space\: -o-pre-wrap;}@media only screen and (max-width\: 600px) {\tdiv[class\="img-responsive"]{\t\ttext-align\:center\!important;}}</style></head><body style\="height\:auto;padding\:0;margin\:0;border\:0;overflow\:hidden;background\:\#d9dfe2;"><div class\="img-responsive" style\="margin-top\:40px;padding\:20px;background\:\#ECF0F5;width\:100%;"><img src\="http\://www.ekexiu.com/images/logo.png"></div><div style\="width\:100.0%;"><div class\="wrapper" style\="width\: auto; margin\: auto; background\: rgb(255, 255, 255);" _ow\="600px"><div style\="margin\:auto"><div class\="row" style\="text-align\:left;"></div><div class\="row"><div style\="position\:relative;padding\:15.0px 50.0px 10.0px 50.0px;"><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u5C0A\u656C\u7684\u7528\u6237\uFF1A</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u597D\uFF01</p><p class\="start" style\="color\:\#555555;font-size\:14.0px;line-height\:24.0px;padding-top\:10.0px;text-justify\:inter-ideograph;text-align\:justify;">\u60A8\u6B63\u5728\u901A\u8FC7\u90AE\u7BB1\u9A8C\u8BC1\u627E\u56DE [\u79D1\u8896] \u5BC6\u7801\uFF0C\u8BF7\u8BBF\u95EE\u4E0B\u9762\u7684\u7F51\u5740\u5B8C\u6210\u90AE\u7BB1\u627E\u56DE\u5BC6\u7801\u9A8C\u8BC1\u3002</p><p><a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/login-email-find03.html?sc\=stateCode" target\="_blank">http\://www.ekexiu.com/login-email-find03.html?sc\=stateCode</a></p><p style\="margin-top\:30.0px;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;border-top\:1.0px solid \#eeeded;padding-top\:15.0px;">\u7CFB\u7EDF\u53D1\u4FE1\uFF0C\u8BF7\u52FF\u56DE\u590D</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u7535\u8BDD\: 010-62343359</p><p style\="margin-top\:0;margin-bottom\:0;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u90AE\u7BB1\: service@ekexiu.com</p><p style\="margin-top\:0;margin-bottom\:30.0px;font-size\:14.0px;line-height\:24.0px;color\:\#555555;">\u5B98\u7F51\:<a style\="color\:\#ff9900" href\="http\://www.ekexiu.com/" target\="_blank">http\://www.ekexiu.com</a></p></div></div></div><\!--footer\u5E95\u90E8--><div style\="background\:\#ECF0F5;width\:100.0%;color\:\#999999;padding\:10px 20px;font-size\:12.0px;"><p style\="padding-bottom\:0;margin-bottom\:0;">&copy; 2016 \u5317\u4EAC\u79D1\u8896\u79D1\u6280\u6709\u9650\u516C\u53F8 &nbsp; | &nbsp; \u4EACICP\u590716042588\u53F7-1 &nbsp; | &nbsp;<a class\="beianbox" style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="http\://www.beian.gov.cn/portal/registerSystemInfo?recordcode\=11010802022306"><span class\="beian-icon"></span> \u4EAC\u516C\u7F51\u5B89\u590711010802022306\u53F7</a></p><p style\="padding-top\:0;margin-top\:0;">\u610F\u89C1\u5EFA\u8BAE\uFF1A<strong><a style\="color\:\#399A9B;" target\="_black" rel\="nofollow" href\="">service@ekexiu.com</a></strong>&nbsp;&nbsp;&nbsp; \u5BA2\u670D\u7535\u8BDD\uFF1A<strong> 010-62343359\uFF089\:00-17\:00\uFF09</strong></p></div><\!--footer\u5E95\u90E8--></div></div></body></html>
67
com_ekexiu_portal_service_SysService.mailRetrievePasswordReplaceKey=stateCode
68
com_ekexiu_portal_service_SysService.mailRetrievePasswordSubject=\u91CD\u7F6E\u5BC6\u7801
69
#手机验证-绑定手机
41 70
com_ekexiu_portal_service_SysService.bindMobilePhoneReplaceKey=yzm
42 71
com_ekexiu_portal_service_SysService.bindMobilePhoneContentTemplate=\u3010\u79D1\u8896\u79D1\u6280\u3011\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801yzm\uFF0C\u5B8C\u6210\u624B\u673A\u7ED1\u5B9A\u3002\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\u9A8C\u8BC1\u7801\u3002\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u672C\u77ED\u4FE1\u3002
72
#手机验证-重置密码
43 73
com_ekexiu_portal_service_SysService.phoneRetrievePasswordReplaceKey=yzm
44 74
com_ekexiu_portal_service_SysService.phoneRetrievePasswordContentTemplate=\u3010\u79D1\u8896\u79D1\u6280\u3011\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801yzm\uFF0C\u5B8C\u6210\u5BC6\u7801\u91CD\u7F6E\u3002\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\u9A8C\u8BC1\u7801\u3002\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u672C\u77ED\u4FE1\u3002
75
#手机验证-注册用户
45 76
com_ekexiu_portal_service_SysService.regMobilePhoneReplaceKey=yzm
46 77
com_ekexiu_portal_service_SysService.regMobilePhoneContentTemplate=\u3010\u79D1\u8896\u79D1\u6280\u3011\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801yzm\uFF0C\u5B8C\u6210\u624B\u673A\u6CE8\u518C\u3002\u8BF7\u4E8E3\u5206\u949F\u5185\u6B63\u786E\u8F93\u5165\u9A8C\u8BC1\u7801\u3002\u5982\u975E\u672C\u4EBA\u64CD\u4F5C\uFF0C\u8BF7\u5FFD\u7565\u672C\u77ED\u4FE1\u3002
47
com_ekexiu_portal_service_SysService.mailRetrievePasswordContentTemplate=\u8BF7\u8BBF\u95EE\u5B8C\u6210\u7BB1\u5BC6\u7801\u91CD\u7F6E\:http\://www.ekexiu.com\:81/login-email-find03.html?sc\=stateCode
48
com_ekexiu_portal_service_SysService.mailRetrievePasswordReplaceKey=stateCode
49
com_ekexiu_portal_service_SysService.mailRetrievePasswordSubject=\u91CD\u7F6E\u5BC6\u7801
50 78
com_ekexiu_portal_service_OrgService.defaultOrgType=1
51 79
com_ekexiu_portal_mail_MailService.port::int=25
52 80
com_ekexiu_portal_mail_MailService.from=service@ekexiu.com
@ -63,15 +91,27 @@ mailService_Map.map-key-2::java.lang.String=mail.smtp.auth
63 91
mailService_Map.map-val-2::java.lang.String=true
64 92
resFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
65 93
resFileUploadServlet.cacheByMemory::boolean=false
94
#资源附件上传临时文件目录
66 95
resFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/accessory/temp
96
#资源附件限制上传文件大小,默认10M
67 97
resFileUploadServlet.defaultSizeLimit::long=10485760
98
#资源附件同时上传最大数量
68 99
resFileUploadServlet.defaultCountLimit::int=10
100
#资源附件上传临时文件目录
69 101
com_ekexiu_portal_service_AccessoryService.tmpPath::java.io.File=/kexiu/www/html/accessory/temp
102
#资源附件保存目录
70 103
com_ekexiu_portal_service_AccessoryService.accessoryPath::java.io.File=/kexiu/www/html/accessory
104
#资源图片上传临时文件目录
71 105
com_ekexiu_portal_service_ImagesService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
106
#资源图片保存目录
72 107
com_ekexiu_portal_service_ImagesService.resourcePath::java.io.File=/kexiu/www/html/images/resource
108
#认证图片保存目录
73 109
com_ekexiu_portal_service_AuthImageService.authImgPath::java.io.File=/kexiu/www/html/images/authImg
110
#计算专家平均星级的权重-咨询星级权重0.5
74 111
com_ekexiu_portal_util_Calculate.starWeight::double=0.5
112
#计算专家平均星级的权重-咨询次数权重0.5
75 113
com_ekexiu_portal_util_Calculate.consultWeight::double=0.5
114
#定时任务时间间隔-24小时
76 115
com_ekexiu_portal_job_TaskJobEntry.delayTime::long=86400000
116
#定时任务执行时间-每天凌晨2点
77 117
com_ekexiu_portal_job_TaskJobEntry.taskTime::java.lang.String=2:00:00