浏览代码

--commit config file unencode by properties

jiapeng 8 年之前
父节点
当前提交
21708e8cd3
共有 2 个文件被更改,包括 258 次插入258 次删除
  1. 129 129
      src/main/resources/project-test.properties
  2. 129 129
      src/main/resources/project.properties

+ 129 - 129
src/main/resources/project-test.properties

1
dataSource=com.alibaba.druid.pool.DruidDataSource
2
#\u6570\u636e\u5e93\u8fde\u63a5\u5730\u5740\u3001\u540d\u79f0\u3001\u5bc6\u7801
3
dataSource.url=jdbc:postgresql://192.168.3.233:5432/ekexiu
4
dataSource.username=postgres
5
dataSource.password=postgres
6
#\u8fde\u63a5\u6c60\u542f\u52a8\u65f6\u7684\u521d\u59cb\u503c\uff08\u521d\u59cb\u5316\u8fde\u63a5\uff09
7
dataSource.initialSize::int=1
8
#\u6700\u5c0f\u7a7a\u95f2\u8fde\u63a5\u503c
9
dataSource.minIdle::int=1 
10
#\u8fde\u63a5\u6c60\u7684\u6700\u5927\u503c\uff08\u6700\u5927\u8fde\u63a5\u6570\u91cf\uff09
11
dataSource.maxActive::int=1
12
#\u8d85\u65f6\u7b49\u5f85\u65f6\u95f4\uff08maxWait\u4ee3\u8868\u5f53Connection\u7528\u5c3d\u4e86\uff0c\u591a\u4e45\u4e4b\u540e\u8fdb\u884c\u56de\u6536\u4e22\u5931\u8fde\u63a5\uff09
13
dataSource.maxWait::long=60000
14
#\u8fde\u63a5\u8d85\u65f6\u4efb\u52a1\u7684\u65f6\u95f4\u95f4\u9694
15
dataSource.timeBetweenEvictionRunsMillis::long=60000
16
#\u8fde\u63a5\u7684\u8d85\u65f6\u65f6\u95f4
17
dataSource.minEvictableIdleTimeMillis::long=300000  
18
#\u7528\u6765\u9a8c\u8bc1\u4ece\u8fde\u63a5\u6c60\u53d6\u51fa\u7684\u8fde\u63a5
19
dataSource.validationQuery=SELECT 1  
20
#\u6307\u660e\u8fde\u63a5\u662f\u5426\u88ab\u7a7a\u95f2\u8fde\u63a5\u56de\u6536\u5668(\u5982\u679c\u6709)\u8fdb\u884c\u68c0\u9a8c.\u5982\u679c\u68c0\u6d4b\u5931\u8d25\u5219\u8fde\u63a5\u5c06\u88ab\u4ece\u6c60\u4e2d\u53bb\u9664
21
dataSource.testWhileIdle::boolean=true
22
#\u5728\u4ece\u6c60\u4e2d\u53d6\u51fa\u8fde\u63a5\u524d\u8fdb\u884c\u68c0\u9a8c,\u5982\u679c\u68c0\u9a8c\u5931\u8d25\u5219\u4ece\u6c60\u4e2d\u53bb\u9664\u8fde\u63a5\u5e76\u5c1d\u8bd5\u53d6\u51fa\u53e6\u4e00\u4e2a
23
dataSource.testOnBorrow::boolean=true
24
#\u6307\u660e\u662f\u5426\u5728\u5f52\u8fd8\u5230\u6c60\u4e2d\u524d\u8fdb\u884c\u68c0\u9a8c
25
dataSource.testOnReturn::boolean=true   
26
#\u5f00\u542f\u6c60\u7684prepared statement \u6c60\u529f\u80fd
27
dataSource.poolPreparedStatements::boolean=true 
28
#statement\u6c60\u80fd\u591f\u540c\u65f6\u5206\u914d\u7684\u6253\u5f00\u7684statements\u7684\u6700\u5927\u6570\u91cf
29
dataSource.maxPoolPreparedStatementPerConnectionSize::int=20
30
#\u9ed8\u8ba4\u7684SQL\u8bed\u53e5\u81ea\u52a8\u63d0\u4ea4\u72b6\u6001(\u5f00\u542f\u6216\u5173\u95ed)\u8bbe\u7f6e\u7531\u8fde\u63a5\u6c60\u672c\u8eab\u8bbe\u7f6e(false\u7531\u8fde\u63a5\u6c60\u5b9a)
31
dataSource.defaultAutoCommit::boolean=false
32
cachedFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
33
cachedFileUploadServlet.cacheByMemory::boolean=false
34
#\u6587\u4ef6\u4e0a\u4f20\u9ed8\u8ba4\u8def\u5f84
35
cachedFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/images/tmp
36
cachedFileUploadServlet.CachedItemValidator-ref=imageValidator
37
#\u6587\u4ef6\u9ed8\u8ba4\u5c3a\u5bf8\u9650\u5236\uff0c\u9ed8\u8ba4\u4e0d\u8d85\u8fc75M
38
cachedFileUploadServlet.defaultSizeLimit::long=5242880
39
#\u4e0a\u4f20\u6587\u4ef6\u540e\u7f00\u540d
40
cachedFileUploadServlet.fileSuffix=.jpg,.png
41
imageValidator=com.ekexiu.portal.util.ImageValidator
42
#\u8bbe\u7f6e\u7528\u6237\u5934\u50cf\u7684\u5bbd\u9ad8
43
com_ekexiu_portal_service_ImageService.largeHeadPhotoWidth::int=200
44
com_ekexiu_portal_service_ImageService.largeHeadPhotoHeight::int=200
45
com_ekexiu_portal_service_ImageService.middleHeadPhotoWidth::int=66
46
com_ekexiu_portal_service_ImageService.middleHeadPhotoHeight::int=66
47
com_ekexiu_portal_service_ImageService.smallHeadPhotoWidth::int=30
48
com_ekexiu_portal_service_ImageService.smallHeadPhotoHeight::int=30
49
#\u7528\u6237\u5934\u50cf\u4e34\u65f6\u6587\u4ef6\u5939\u8def\u5f84
50
com_ekexiu_portal_service_ImageService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
51
com_ekexiu_portal_service_ImageService.imagePath::java.io.File=/kexiu/www/html/images
52
#\u7528\u6237\u9ed8\u8ba4\u5934\u50cf\u4fdd\u5b58\u8def\u5f84
53
com_ekexiu_portal_service_ImageService.defaultHeadPhoto::java.io.File=/kexiu/www/html/images/default-photo.jpg
54
#\u673a\u6784\u9ed8\u8ba4\u56fe\u7247\u4fdd\u5b58\u8def\u5f84
55
com_ekexiu_portal_service_ImageService.defaultOrgLogo::java.io.File=/kexiu/www/html/images/default-icon.jpg
56
#\u8d44\u6e90\u9ed8\u8ba4\u56fe\u7247\u4fdd\u5b58\u8def\u5f84
57
com_ekexiu_portal_service_ImageService.defaultResourcePhoto::java.io.File=/kexiu/www/html/images/default-icon.jpg
58
#\u90ae\u7bb1\u9a8c\u8bc1-\u7ed1\u5b9a\u90ae\u7bb1
59
com_ekexiu_portal_service_SysService.bindMailSubject=\u8bf7\u6c42\u7ed1\u5b9a\u90ae\u7bb1
60
com_ekexiu_portal_service_SysService.bindMailReplaceKey=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\u901a\u8fc7\u90ae\u7bb1\u7ed1\u5b9a [\u79d1\u8896] \u8d26\u6237\uff0c\u8bf7\u8bbf\u95ee\u4e0b\u9762\u7684\u7f51\u5740\u5b8c\u6210\u90ae\u7bb1\u8d26\u6237\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
#\u90ae\u7bb1\u9a8c\u8bc1-\u6ce8\u518c\u7528\u6237
63
com_ekexiu_portal_service_SysService.regMailReplaceKey=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
#\u90ae\u7bb1\u9a8c\u8bc1-\u91cd\u7f6e\u5bc6\u7801
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
#\u624b\u673a\u9a8c\u8bc1-\u7ed1\u5b9a\u624b\u673a
70
com_ekexiu_portal_service_SysService.bindMobilePhoneReplaceKey=yzm
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
#\u624b\u673a\u9a8c\u8bc1-\u91cd\u7f6e\u5bc6\u7801
73
com_ekexiu_portal_service_SysService.phoneRetrievePasswordReplaceKey=yzm
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
#\u624b\u673a\u9a8c\u8bc1-\u6ce8\u518c\u7528\u6237
76
com_ekexiu_portal_service_SysService.regMobilePhoneReplaceKey=yzm
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
78
com_ekexiu_portal_service_OrgService.defaultOrgType=1
79
com_ekexiu_portal_mail_MailService.port::int=25
80
com_ekexiu_portal_mail_MailService.from=service@ekexiu.com
81
com_ekexiu_portal_mail_MailService.mailHost=smtp.mxhichina.com
82
com_ekexiu_portal_mail_MailService.username=service@ekexiu.com
83
com_ekexiu_portal_mail_MailService.password=Ekexiu1234567
84
com_ekexiu_portal_mail_MailService.sessionProperties-ref=mailService_Map
85
mailService_Map::map=java.util.HashMap
86
mailService_Map.map-key-0::java.lang.String=mail.host
87
mailService_Map.map-val-0::java.lang.String=smtp.mxhichina.com
88
mailService_Map.map-key-1::java.lang.String=mail.transport.protocol
89
mailService_Map.map-val-1::java.lang.String=smtp
90
mailService_Map.map-key-2::java.lang.String=mail.smtp.auth
91
mailService_Map.map-val-2::java.lang.String=true
92
resFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
93
resFileUploadServlet.cacheByMemory::boolean=false
94
#\u8d44\u6e90\u9644\u4ef6\u4e0a\u4f20\u4e34\u65f6\u6587\u4ef6\u76ee\u5f55
95
resFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/accessory/temp
96
#\u8d44\u6e90\u9644\u4ef6\u9650\u5236\u4e0a\u4f20\u6587\u4ef6\u5927\u5c0f\uff0c\u9ed8\u8ba410M
97
resFileUploadServlet.defaultSizeLimit::long=10485760
98
#\u8d44\u6e90\u9644\u4ef6\u540c\u65f6\u4e0a\u4f20\u6700\u5927\u6570\u91cf
99
resFileUploadServlet.defaultCountLimit::int=10
100
#\u8d44\u6e90\u9644\u4ef6\u4e0a\u4f20\u4e34\u65f6\u6587\u4ef6\u76ee\u5f55
101
com_ekexiu_portal_service_AccessoryService.tmpPath::java.io.File=/kexiu/www/html/accessory/temp
102
#\u8d44\u6e90\u9644\u4ef6\u4fdd\u5b58\u76ee\u5f55
103
com_ekexiu_portal_service_AccessoryService.accessoryPath::java.io.File=/kexiu/www/html/accessory
104
#\u8d44\u6e90\u56fe\u7247\u4e0a\u4f20\u4e34\u65f6\u6587\u4ef6\u76ee\u5f55
105
com_ekexiu_portal_service_ImagesService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
106
#\u8d44\u6e90\u56fe\u7247\u4fdd\u5b58\u76ee\u5f55
107
com_ekexiu_portal_service_ImagesService.resourcePath::java.io.File=/kexiu/www/html/images/resource
108
#\u8ba4\u8bc1\u56fe\u7247\u4fdd\u5b58\u76ee\u5f55
109
com_ekexiu_portal_service_AuthImageService.authImgPath::java.io.File=/kexiu/www/html/images/authImg
110
#\u8ba1\u7b97\u4e13\u5bb6\u5e73\u5747\u661f\u7ea7\u7684\u6743\u91cd-\u54a8\u8be2\u661f\u7ea7\u6743\u91cd0.5
111
com_ekexiu_portal_util_Calculate.starWeight::double=0.5
112
#\u8ba1\u7b97\u4e13\u5bb6\u5e73\u5747\u661f\u7ea7\u7684\u6743\u91cd-\u54a8\u8be2\u6b21\u6570\u6743\u91cd0.5
113
com_ekexiu_portal_util_Calculate.consultWeight::double=0.5
114
#\u5b9a\u65f6\u4efb\u52a1\u65f6\u95f4\u95f4\u9694-24\u5c0f\u65f6
115
com_ekexiu_portal_job_TaskJobEntry.delayTime::long=86400000
116
#\u5b9a\u65f6\u4efb\u52a1\u6267\u884c\u65f6\u95f4-\u6bcf\u5929\u51cc\u66682\u70b9
117
com_ekexiu_portal_job_TaskJobEntry.taskTime::java.lang.String=2:00:00
118
#rich editor data save path
119
com_ekexiu_portal_editor_EditorConfig.rootPath::java.io.File=/kexiu/webdata
120
editorControllerGetWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
121
editorControllerGetWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
122
editorControllerGetWebRequestEntry.uri=/editor/controller
123
editorControllerGetWebRequestEntry.methodName=service
124
editorControllerGetWebRequestEntry.methodType=GET
125
editorControllerPostWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
126
editorControllerPostWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
127
editorControllerPostWebRequestEntry.uri=/editor/controller
128
editorControllerPostWebRequestEntry.methodName=service
129
editorControllerPostWebRequestEntry.methodType=POST
1
dataSource=com.alibaba.druid.pool.DruidDataSource
2
#数据库连接地址、名称、密码
3
dataSource.url=jdbc:postgresql://192.168.3.233:5432/ekexiu
4
dataSource.username=postgres
5
dataSource.password=postgres
6
#连接池启动时的初始值(初始化连接)
7
dataSource.initialSize::int=1
8
#最小空闲连接值
9
dataSource.minIdle::int=1 
10
#连接池的最大值(最大连接数量)
11
dataSource.maxActive::int=1
12
#超时等待时间(maxWait代表当Connection用尽了,多久之后进行回收丢失连接)
13
dataSource.maxWait::long=60000
14
#连接超时任务的时间间隔
15
dataSource.timeBetweenEvictionRunsMillis::long=60000
16
#连接的超时时间
17
dataSource.minEvictableIdleTimeMillis::long=300000  
18
#用来验证从连接池取出的连接
19
dataSource.validationQuery=SELECT 1  
20
#指明连接是否被空闲连接回收器(如果有)进行检验.如果检测失败则连接将被从池中去除
21
dataSource.testWhileIdle::boolean=true
22
#在从池中取出连接前进行检验,如果检验失败则从池中去除连接并尝试取出另一个
23
dataSource.testOnBorrow::boolean=true
24
#指明是否在归还到池中前进行检验
25
dataSource.testOnReturn::boolean=true   
26
#开启池的prepared statement 池功能
27
dataSource.poolPreparedStatements::boolean=true 
28
#statement池能够同时分配的打开的statements的最大数量
29
dataSource.maxPoolPreparedStatementPerConnectionSize::int=20
30
#默认的SQL语句自动提交状态(开启或关闭)设置由连接池本身设置(false由连接池定)
31
dataSource.defaultAutoCommit::boolean=false
32
cachedFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
33
cachedFileUploadServlet.cacheByMemory::boolean=false
34
#文件上传默认路径
35
cachedFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/images/tmp
36
cachedFileUploadServlet.CachedItemValidator-ref=imageValidator
37
#文件默认尺寸限制,默认不超过5M
38
cachedFileUploadServlet.defaultSizeLimit::long=5242880
39
#上传文件后缀名
40
cachedFileUploadServlet.fileSuffix=.jpg,.png
41
imageValidator=com.ekexiu.portal.util.ImageValidator
42
#设置用户头像的宽高
43
com_ekexiu_portal_service_ImageService.largeHeadPhotoWidth::int=200
44
com_ekexiu_portal_service_ImageService.largeHeadPhotoHeight::int=200
45
com_ekexiu_portal_service_ImageService.middleHeadPhotoWidth::int=66
46
com_ekexiu_portal_service_ImageService.middleHeadPhotoHeight::int=66
47
com_ekexiu_portal_service_ImageService.smallHeadPhotoWidth::int=30
48
com_ekexiu_portal_service_ImageService.smallHeadPhotoHeight::int=30
49
#用户头像临时文件夹路径
50
com_ekexiu_portal_service_ImageService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
51
com_ekexiu_portal_service_ImageService.imagePath::java.io.File=/kexiu/www/html/images
52
#用户默认头像保存路径
53
com_ekexiu_portal_service_ImageService.defaultHeadPhoto::java.io.File=/kexiu/www/html/images/default-photo.jpg
54
#机构默认图片保存路径
55
com_ekexiu_portal_service_ImageService.defaultOrgLogo::java.io.File=/kexiu/www/html/images/default-icon.jpg
56
#资源默认图片保存路径
57
com_ekexiu_portal_service_ImageService.defaultResourcePhoto::java.io.File=/kexiu/www/html/images/default-icon.jpg
58
#邮箱验证-绑定邮箱
59
com_ekexiu_portal_service_SysService.bindMailSubject=\u8bf7\u6c42\u7ed1\u5b9a\u90ae\u7bb1
60
com_ekexiu_portal_service_SysService.bindMailReplaceKey=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\u901a\u8fc7\u90ae\u7bb1\u7ed1\u5b9a [\u79d1\u8896] \u8d26\u6237\uff0c\u8bf7\u8bbf\u95ee\u4e0b\u9762\u7684\u7f51\u5740\u5b8c\u6210\u90ae\u7bb1\u8d26\u6237\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
#邮箱验证-注册用户
63
com_ekexiu_portal_service_SysService.regMailReplaceKey=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
#手机验证-绑定手机
70
com_ekexiu_portal_service_SysService.bindMobilePhoneReplaceKey=yzm
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
#手机验证-重置密码
73
com_ekexiu_portal_service_SysService.phoneRetrievePasswordReplaceKey=yzm
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
#手机验证-注册用户
76
com_ekexiu_portal_service_SysService.regMobilePhoneReplaceKey=yzm
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
78
com_ekexiu_portal_service_OrgService.defaultOrgType=1
79
com_ekexiu_portal_mail_MailService.port::int=25
80
com_ekexiu_portal_mail_MailService.from=service@ekexiu.com
81
com_ekexiu_portal_mail_MailService.mailHost=smtp.mxhichina.com
82
com_ekexiu_portal_mail_MailService.username=service@ekexiu.com
83
com_ekexiu_portal_mail_MailService.password=Ekexiu1234567
84
com_ekexiu_portal_mail_MailService.sessionProperties-ref=mailService_Map
85
mailService_Map::map=java.util.HashMap
86
mailService_Map.map-key-0::java.lang.String=mail.host
87
mailService_Map.map-val-0::java.lang.String=smtp.mxhichina.com
88
mailService_Map.map-key-1::java.lang.String=mail.transport.protocol
89
mailService_Map.map-val-1::java.lang.String=smtp
90
mailService_Map.map-key-2::java.lang.String=mail.smtp.auth
91
mailService_Map.map-val-2::java.lang.String=true
92
resFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
93
resFileUploadServlet.cacheByMemory::boolean=false
94
#资源附件上传临时文件目录
95
resFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/accessory/temp
96
#资源附件限制上传文件大小,默认10M
97
resFileUploadServlet.defaultSizeLimit::long=10485760
98
#资源附件同时上传最大数量
99
resFileUploadServlet.defaultCountLimit::int=10
100
#资源附件上传临时文件目录
101
com_ekexiu_portal_service_AccessoryService.tmpPath::java.io.File=/kexiu/www/html/accessory/temp
102
#资源附件保存目录
103
com_ekexiu_portal_service_AccessoryService.accessoryPath::java.io.File=/kexiu/www/html/accessory
104
#资源图片上传临时文件目录
105
com_ekexiu_portal_service_ImagesService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
106
#资源图片保存目录
107
com_ekexiu_portal_service_ImagesService.resourcePath::java.io.File=/kexiu/www/html/images/resource
108
#认证图片保存目录
109
com_ekexiu_portal_service_AuthImageService.authImgPath::java.io.File=/kexiu/www/html/images/authImg
110
#计算专家平均星级的权重-咨询星级权重0.5
111
com_ekexiu_portal_util_Calculate.starWeight::double=0.5
112
#计算专家平均星级的权重-咨询次数权重0.5
113
com_ekexiu_portal_util_Calculate.consultWeight::double=0.5
114
#定时任务时间间隔-24小时
115
com_ekexiu_portal_job_TaskJobEntry.delayTime::long=86400000
116
#定时任务执行时间-每天凌晨2点
117
com_ekexiu_portal_job_TaskJobEntry.taskTime::java.lang.String=2:00:00
118
#rich editor data save path
119
com_ekexiu_portal_editor_EditorConfig.rootPath::java.io.File=/kexiu/webdata
120
editorControllerGetWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
121
editorControllerGetWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
122
editorControllerGetWebRequestEntry.uri=/editor/controller
123
editorControllerGetWebRequestEntry.methodName=service
124
editorControllerGetWebRequestEntry.methodType=GET
125
editorControllerPostWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
126
editorControllerPostWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
127
editorControllerPostWebRequestEntry.uri=/editor/controller
128
editorControllerPostWebRequestEntry.methodName=service
129
editorControllerPostWebRequestEntry.methodType=POST

+ 129 - 129
src/main/resources/project.properties

1
dataSource=com.alibaba.druid.pool.DruidDataSource
2
#\u6570\u636e\u5e93\u8fde\u63a5\u5730\u5740\u3001\u540d\u79f0\u3001\u5bc6\u7801
3
dataSource.url=jdbc:postgresql://121.42.53.174:5432/ekexiu
4
dataSource.username=postgres
5
dataSource.password=postgres
6
#\u8fde\u63a5\u6c60\u542f\u52a8\u65f6\u7684\u521d\u59cb\u503c\uff08\u521d\u59cb\u5316\u8fde\u63a5\uff09
7
dataSource.initialSize::int=1
8
#\u6700\u5c0f\u7a7a\u95f2\u8fde\u63a5\u503c
9
dataSource.minIdle::int=1 
10
#\u8fde\u63a5\u6c60\u7684\u6700\u5927\u503c\uff08\u6700\u5927\u8fde\u63a5\u6570\u91cf\uff09
11
dataSource.maxActive::int=1
12
#\u8d85\u65f6\u7b49\u5f85\u65f6\u95f4\uff08maxWait\u4ee3\u8868\u5f53Connection\u7528\u5c3d\u4e86\uff0c\u591a\u4e45\u4e4b\u540e\u8fdb\u884c\u56de\u6536\u4e22\u5931\u8fde\u63a5\uff09
13
dataSource.maxWait::long=60000
14
#\u8fde\u63a5\u8d85\u65f6\u4efb\u52a1\u7684\u65f6\u95f4\u95f4\u9694
15
dataSource.timeBetweenEvictionRunsMillis::long=60000
16
#\u8fde\u63a5\u7684\u8d85\u65f6\u65f6\u95f4
17
dataSource.minEvictableIdleTimeMillis::long=300000  
18
#\u7528\u6765\u9a8c\u8bc1\u4ece\u8fde\u63a5\u6c60\u53d6\u51fa\u7684\u8fde\u63a5
19
dataSource.validationQuery=SELECT 1  
20
#\u6307\u660e\u8fde\u63a5\u662f\u5426\u88ab\u7a7a\u95f2\u8fde\u63a5\u56de\u6536\u5668(\u5982\u679c\u6709)\u8fdb\u884c\u68c0\u9a8c.\u5982\u679c\u68c0\u6d4b\u5931\u8d25\u5219\u8fde\u63a5\u5c06\u88ab\u4ece\u6c60\u4e2d\u53bb\u9664
21
dataSource.testWhileIdle::boolean=true
22
#\u5728\u4ece\u6c60\u4e2d\u53d6\u51fa\u8fde\u63a5\u524d\u8fdb\u884c\u68c0\u9a8c,\u5982\u679c\u68c0\u9a8c\u5931\u8d25\u5219\u4ece\u6c60\u4e2d\u53bb\u9664\u8fde\u63a5\u5e76\u5c1d\u8bd5\u53d6\u51fa\u53e6\u4e00\u4e2a
23
dataSource.testOnBorrow::boolean=true
24
#\u6307\u660e\u662f\u5426\u5728\u5f52\u8fd8\u5230\u6c60\u4e2d\u524d\u8fdb\u884c\u68c0\u9a8c
25
dataSource.testOnReturn::boolean=true   
26
#\u5f00\u542f\u6c60\u7684prepared statement \u6c60\u529f\u80fd
27
dataSource.poolPreparedStatements::boolean=true 
28
#statement\u6c60\u80fd\u591f\u540c\u65f6\u5206\u914d\u7684\u6253\u5f00\u7684statements\u7684\u6700\u5927\u6570\u91cf
29
dataSource.maxPoolPreparedStatementPerConnectionSize::int=20
30
#\u9ed8\u8ba4\u7684SQL\u8bed\u53e5\u81ea\u52a8\u63d0\u4ea4\u72b6\u6001(\u5f00\u542f\u6216\u5173\u95ed)\u8bbe\u7f6e\u7531\u8fde\u63a5\u6c60\u672c\u8eab\u8bbe\u7f6e(false\u7531\u8fde\u63a5\u6c60\u5b9a)
31
dataSource.defaultAutoCommit::boolean=false
32
cachedFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
33
cachedFileUploadServlet.cacheByMemory::boolean=false
34
#\u6587\u4ef6\u4e0a\u4f20\u9ed8\u8ba4\u8def\u5f84
35
cachedFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/images/tmp
36
cachedFileUploadServlet.CachedItemValidator-ref=imageValidator
37
#\u6587\u4ef6\u9ed8\u8ba4\u5c3a\u5bf8\u9650\u5236\uff0c\u9ed8\u8ba4\u4e0d\u8d85\u8fc75M
38
cachedFileUploadServlet.defaultSizeLimit::long=5242880
39
#\u4e0a\u4f20\u6587\u4ef6\u540e\u7f00\u540d
40
cachedFileUploadServlet.fileSuffix=.jpg,.png
41
imageValidator=com.ekexiu.portal.util.ImageValidator
42
#\u8bbe\u7f6e\u7528\u6237\u5934\u50cf\u7684\u5bbd\u9ad8
43
com_ekexiu_portal_service_ImageService.largeHeadPhotoWidth::int=200
44
com_ekexiu_portal_service_ImageService.largeHeadPhotoHeight::int=200
45
com_ekexiu_portal_service_ImageService.middleHeadPhotoWidth::int=66
46
com_ekexiu_portal_service_ImageService.middleHeadPhotoHeight::int=66
47
com_ekexiu_portal_service_ImageService.smallHeadPhotoWidth::int=30
48
com_ekexiu_portal_service_ImageService.smallHeadPhotoHeight::int=30
49
#\u7528\u6237\u5934\u50cf\u4e34\u65f6\u6587\u4ef6\u5939\u8def\u5f84
50
com_ekexiu_portal_service_ImageService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
51
com_ekexiu_portal_service_ImageService.imagePath::java.io.File=/kexiu/www/html/images
52
#\u7528\u6237\u9ed8\u8ba4\u5934\u50cf\u4fdd\u5b58\u8def\u5f84
53
com_ekexiu_portal_service_ImageService.defaultHeadPhoto::java.io.File=/kexiu/www/html/images/default-photo.jpg
54
#\u673a\u6784\u9ed8\u8ba4\u56fe\u7247\u4fdd\u5b58\u8def\u5f84
55
com_ekexiu_portal_service_ImageService.defaultOrgLogo::java.io.File=/kexiu/www/html/images/default-icon.jpg
56
#\u8d44\u6e90\u9ed8\u8ba4\u56fe\u7247\u4fdd\u5b58\u8def\u5f84
57
com_ekexiu_portal_service_ImageService.defaultResourcePhoto::java.io.File=/kexiu/www/html/images/default-icon.jpg
58
#\u90ae\u7bb1\u9a8c\u8bc1-\u7ed1\u5b9a\u90ae\u7bb1
59
com_ekexiu_portal_service_SysService.bindMailSubject=\u8bf7\u6c42\u7ed1\u5b9a\u90ae\u7bb1
60
com_ekexiu_portal_service_SysService.bindMailReplaceKey=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\u901a\u8fc7\u90ae\u7bb1\u7ed1\u5b9a [\u79d1\u8896] \u8d26\u6237\uff0c\u8bf7\u8bbf\u95ee\u4e0b\u9762\u7684\u7f51\u5740\u5b8c\u6210\u90ae\u7bb1\u8d26\u6237\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
#\u90ae\u7bb1\u9a8c\u8bc1-\u6ce8\u518c\u7528\u6237
63
com_ekexiu_portal_service_SysService.regMailReplaceKey=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
#\u90ae\u7bb1\u9a8c\u8bc1-\u91cd\u7f6e\u5bc6\u7801
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
#\u624b\u673a\u9a8c\u8bc1-\u7ed1\u5b9a\u624b\u673a
70
com_ekexiu_portal_service_SysService.bindMobilePhoneReplaceKey=yzm
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
#\u624b\u673a\u9a8c\u8bc1-\u91cd\u7f6e\u5bc6\u7801
73
com_ekexiu_portal_service_SysService.phoneRetrievePasswordReplaceKey=yzm
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
#\u624b\u673a\u9a8c\u8bc1-\u6ce8\u518c\u7528\u6237
76
com_ekexiu_portal_service_SysService.regMobilePhoneReplaceKey=yzm
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
78
com_ekexiu_portal_service_OrgService.defaultOrgType=1
79
com_ekexiu_portal_mail_MailService.port::int=25
80
com_ekexiu_portal_mail_MailService.from=service@ekexiu.com
81
com_ekexiu_portal_mail_MailService.mailHost=smtp.mxhichina.com
82
com_ekexiu_portal_mail_MailService.username=service@ekexiu.com
83
com_ekexiu_portal_mail_MailService.password=Ekexiu1234567
84
com_ekexiu_portal_mail_MailService.sessionProperties-ref=mailService_Map
85
mailService_Map::map=java.util.HashMap
86
mailService_Map.map-key-0::java.lang.String=mail.host
87
mailService_Map.map-val-0::java.lang.String=smtp.mxhichina.com
88
mailService_Map.map-key-1::java.lang.String=mail.transport.protocol
89
mailService_Map.map-val-1::java.lang.String=smtp
90
mailService_Map.map-key-2::java.lang.String=mail.smtp.auth
91
mailService_Map.map-val-2::java.lang.String=true
92
resFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
93
resFileUploadServlet.cacheByMemory::boolean=false
94
#\u8d44\u6e90\u9644\u4ef6\u4e0a\u4f20\u4e34\u65f6\u6587\u4ef6\u76ee\u5f55
95
resFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/accessory/temp
96
#\u8d44\u6e90\u9644\u4ef6\u9650\u5236\u4e0a\u4f20\u6587\u4ef6\u5927\u5c0f\uff0c\u9ed8\u8ba410M
97
resFileUploadServlet.defaultSizeLimit::long=10485760
98
#\u8d44\u6e90\u9644\u4ef6\u540c\u65f6\u4e0a\u4f20\u6700\u5927\u6570\u91cf
99
resFileUploadServlet.defaultCountLimit::int=10
100
#\u8d44\u6e90\u9644\u4ef6\u4e0a\u4f20\u4e34\u65f6\u6587\u4ef6\u76ee\u5f55
101
com_ekexiu_portal_service_AccessoryService.tmpPath::java.io.File=/kexiu/www/html/accessory/temp
102
#\u8d44\u6e90\u9644\u4ef6\u4fdd\u5b58\u76ee\u5f55
103
com_ekexiu_portal_service_AccessoryService.accessoryPath::java.io.File=/kexiu/www/html/accessory
104
#\u8d44\u6e90\u56fe\u7247\u4e0a\u4f20\u4e34\u65f6\u6587\u4ef6\u76ee\u5f55
105
com_ekexiu_portal_service_ImagesService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
106
#\u8d44\u6e90\u56fe\u7247\u4fdd\u5b58\u76ee\u5f55
107
com_ekexiu_portal_service_ImagesService.resourcePath::java.io.File=/kexiu/www/html/images/resource
108
#\u8ba4\u8bc1\u56fe\u7247\u4fdd\u5b58\u76ee\u5f55
109
com_ekexiu_portal_service_AuthImageService.authImgPath::java.io.File=/kexiu/www/html/images/authImg
110
#\u8ba1\u7b97\u4e13\u5bb6\u5e73\u5747\u661f\u7ea7\u7684\u6743\u91cd-\u54a8\u8be2\u661f\u7ea7\u6743\u91cd0.5
111
com_ekexiu_portal_util_Calculate.starWeight::double=0.5
112
#\u8ba1\u7b97\u4e13\u5bb6\u5e73\u5747\u661f\u7ea7\u7684\u6743\u91cd-\u54a8\u8be2\u6b21\u6570\u6743\u91cd0.5
113
com_ekexiu_portal_util_Calculate.consultWeight::double=0.5
114
#\u5b9a\u65f6\u4efb\u52a1\u65f6\u95f4\u95f4\u9694-24\u5c0f\u65f6
115
com_ekexiu_portal_job_TaskJobEntry.delayTime::long=86400000
116
#\u5b9a\u65f6\u4efb\u52a1\u6267\u884c\u65f6\u95f4-\u6bcf\u5929\u51cc\u66682\u70b9
117
com_ekexiu_portal_job_TaskJobEntry.taskTime::java.lang.String=2:00:00
118
#rich editor data save path
119
com_ekexiu_portal_editor_EditorConfig.rootPath::java.io.File=/kexiu/webdata
120
editorControllerGetWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
121
editorControllerGetWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
122
editorControllerGetWebRequestEntry.uri=/editor/controller
123
editorControllerGetWebRequestEntry.methodName=service
124
editorControllerGetWebRequestEntry.methodType=GET
125
editorControllerPostWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
126
editorControllerPostWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
127
editorControllerPostWebRequestEntry.uri=/editor/controller
128
editorControllerPostWebRequestEntry.methodName=service
129
editorControllerPostWebRequestEntry.methodType=POST
1
dataSource=com.alibaba.druid.pool.DruidDataSource
2
#数据库连接地址、名称、密码
3
dataSource.url=jdbc:postgresql://121.42.53.174:5432/ekexiu
4
dataSource.username=postgres
5
dataSource.password=postgres
6
#连接池启动时的初始值(初始化连接)
7
dataSource.initialSize::int=1
8
#最小空闲连接值
9
dataSource.minIdle::int=1 
10
#连接池的最大值(最大连接数量)
11
dataSource.maxActive::int=1
12
#超时等待时间(maxWait代表当Connection用尽了,多久之后进行回收丢失连接)
13
dataSource.maxWait::long=60000
14
#连接超时任务的时间间隔
15
dataSource.timeBetweenEvictionRunsMillis::long=60000
16
#连接的超时时间
17
dataSource.minEvictableIdleTimeMillis::long=300000  
18
#用来验证从连接池取出的连接
19
dataSource.validationQuery=SELECT 1  
20
#指明连接是否被空闲连接回收器(如果有)进行检验.如果检测失败则连接将被从池中去除
21
dataSource.testWhileIdle::boolean=true
22
#在从池中取出连接前进行检验,如果检验失败则从池中去除连接并尝试取出另一个
23
dataSource.testOnBorrow::boolean=true
24
#指明是否在归还到池中前进行检验
25
dataSource.testOnReturn::boolean=true   
26
#开启池的prepared statement 池功能
27
dataSource.poolPreparedStatements::boolean=true 
28
#statement池能够同时分配的打开的statements的最大数量
29
dataSource.maxPoolPreparedStatementPerConnectionSize::int=20
30
#默认的SQL语句自动提交状态(开启或关闭)设置由连接池本身设置(false由连接池定)
31
dataSource.defaultAutoCommit::boolean=false
32
cachedFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
33
cachedFileUploadServlet.cacheByMemory::boolean=false
34
#文件上传默认路径
35
cachedFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/images/tmp
36
cachedFileUploadServlet.CachedItemValidator-ref=imageValidator
37
#文件默认尺寸限制,默认不超过5M
38
cachedFileUploadServlet.defaultSizeLimit::long=5242880
39
#上传文件后缀名
40
cachedFileUploadServlet.fileSuffix=.jpg,.png
41
imageValidator=com.ekexiu.portal.util.ImageValidator
42
#设置用户头像的宽高
43
com_ekexiu_portal_service_ImageService.largeHeadPhotoWidth::int=200
44
com_ekexiu_portal_service_ImageService.largeHeadPhotoHeight::int=200
45
com_ekexiu_portal_service_ImageService.middleHeadPhotoWidth::int=66
46
com_ekexiu_portal_service_ImageService.middleHeadPhotoHeight::int=66
47
com_ekexiu_portal_service_ImageService.smallHeadPhotoWidth::int=30
48
com_ekexiu_portal_service_ImageService.smallHeadPhotoHeight::int=30
49
#用户头像临时文件夹路径
50
com_ekexiu_portal_service_ImageService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
51
com_ekexiu_portal_service_ImageService.imagePath::java.io.File=/kexiu/www/html/images
52
#用户默认头像保存路径
53
com_ekexiu_portal_service_ImageService.defaultHeadPhoto::java.io.File=/kexiu/www/html/images/default-photo.jpg
54
#机构默认图片保存路径
55
com_ekexiu_portal_service_ImageService.defaultOrgLogo::java.io.File=/kexiu/www/html/images/default-icon.jpg
56
#资源默认图片保存路径
57
com_ekexiu_portal_service_ImageService.defaultResourcePhoto::java.io.File=/kexiu/www/html/images/default-icon.jpg
58
#邮箱验证-绑定邮箱
59
com_ekexiu_portal_service_SysService.bindMailSubject=\u8bf7\u6c42\u7ed1\u5b9a\u90ae\u7bb1
60
com_ekexiu_portal_service_SysService.bindMailReplaceKey=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\u901a\u8fc7\u90ae\u7bb1\u7ed1\u5b9a [\u79d1\u8896] \u8d26\u6237\uff0c\u8bf7\u8bbf\u95ee\u4e0b\u9762\u7684\u7f51\u5740\u5b8c\u6210\u90ae\u7bb1\u8d26\u6237\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
#邮箱验证-注册用户
63
com_ekexiu_portal_service_SysService.regMailReplaceKey=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
#手机验证-绑定手机
70
com_ekexiu_portal_service_SysService.bindMobilePhoneReplaceKey=yzm
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
#手机验证-重置密码
73
com_ekexiu_portal_service_SysService.phoneRetrievePasswordReplaceKey=yzm
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
#手机验证-注册用户
76
com_ekexiu_portal_service_SysService.regMobilePhoneReplaceKey=yzm
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
78
com_ekexiu_portal_service_OrgService.defaultOrgType=1
79
com_ekexiu_portal_mail_MailService.port::int=25
80
com_ekexiu_portal_mail_MailService.from=service@ekexiu.com
81
com_ekexiu_portal_mail_MailService.mailHost=smtp.mxhichina.com
82
com_ekexiu_portal_mail_MailService.username=service@ekexiu.com
83
com_ekexiu_portal_mail_MailService.password=Ekexiu1234567
84
com_ekexiu_portal_mail_MailService.sessionProperties-ref=mailService_Map
85
mailService_Map::map=java.util.HashMap
86
mailService_Map.map-key-0::java.lang.String=mail.host
87
mailService_Map.map-val-0::java.lang.String=smtp.mxhichina.com
88
mailService_Map.map-key-1::java.lang.String=mail.transport.protocol
89
mailService_Map.map-val-1::java.lang.String=smtp
90
mailService_Map.map-key-2::java.lang.String=mail.smtp.auth
91
mailService_Map.map-val-2::java.lang.String=true
92
resFileUploadServlet=org.jfw.web.servlet.fileupload.cached.CachedUploadServletConfig
93
resFileUploadServlet.cacheByMemory::boolean=false
94
#资源附件上传临时文件目录
95
resFileUploadServlet.cachePath::java.io.File=/kexiu/www/html/accessory/temp
96
#资源附件限制上传文件大小,默认10M
97
resFileUploadServlet.defaultSizeLimit::long=10485760
98
#资源附件同时上传最大数量
99
resFileUploadServlet.defaultCountLimit::int=10
100
#资源附件上传临时文件目录
101
com_ekexiu_portal_service_AccessoryService.tmpPath::java.io.File=/kexiu/www/html/accessory/temp
102
#资源附件保存目录
103
com_ekexiu_portal_service_AccessoryService.accessoryPath::java.io.File=/kexiu/www/html/accessory
104
#资源图片上传临时文件目录
105
com_ekexiu_portal_service_ImagesService.tmpPath::java.io.File=/kexiu/www/html/images/tmp
106
#资源图片保存目录
107
com_ekexiu_portal_service_ImagesService.resourcePath::java.io.File=/kexiu/www/html/images/resource
108
#认证图片保存目录
109
com_ekexiu_portal_service_AuthImageService.authImgPath::java.io.File=/kexiu/www/html/images/authImg
110
#计算专家平均星级的权重-咨询星级权重0.5
111
com_ekexiu_portal_util_Calculate.starWeight::double=0.5
112
#计算专家平均星级的权重-咨询次数权重0.5
113
com_ekexiu_portal_util_Calculate.consultWeight::double=0.5
114
#定时任务时间间隔-24小时
115
com_ekexiu_portal_job_TaskJobEntry.delayTime::long=86400000
116
#定时任务执行时间-每天凌晨2点
117
com_ekexiu_portal_job_TaskJobEntry.taskTime::java.lang.String=2:00:00
118
#rich editor data save path
119
com_ekexiu_portal_editor_EditorConfig.rootPath::java.io.File=/kexiu/webdata
120
editorControllerGetWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
121
editorControllerGetWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
122
editorControllerGetWebRequestEntry.uri=/editor/controller
123
editorControllerGetWebRequestEntry.methodName=service
124
editorControllerGetWebRequestEntry.methodType=GET
125
editorControllerPostWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry
126
editorControllerPostWebRequestEntry.webHandler-ref=com_ekexiu_portal_editor_Controller
127
editorControllerPostWebRequestEntry.uri=/editor/controller
128
editorControllerPostWebRequestEntry.methodName=service
129
editorControllerPostWebRequestEntry.methodType=POST