Selaa lähdekoodia

--add WeixinService.jsApiOauthUrl config

zzy.zhiyuan.foxmail 8 vuotta sitten
vanhempi
commit
7af04c5e6d

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

@ -144,6 +144,8 @@ com_ekexiu_portal_util_Calculate.consultWeight::double=0.5
144 144
com_ekexiu_portal_job_TaskJobEntry.delayTime::long=86400000
145 145
#定时任务执行时间-每天凌晨2点
146 146
com_ekexiu_portal_job_TaskJobEntry.taskTime::java.lang.String=2:00:00
147
#测试环境下设置微信定时刷新任务不执行
148
com_ekexiu_portal_service_WeixinService.jsApiOauthUrl::java.lang.String=http://www.ekexiu.com
147 149
#rich editor data save path
148 150
com_ekexiu_portal_editor_EditorConfig.rootPath::java.io.File=/kexiu/webdata1
149 151
editorControllerGetWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry

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

@ -144,6 +144,8 @@ com_ekexiu_portal_util_Calculate.consultWeight::double=0.5
144 144
com_ekexiu_portal_job_TaskJobEntry.delayTime::long=86400000
145 145
#定时任务执行时间-每天凌晨2点
146 146
com_ekexiu_portal_job_TaskJobEntry.taskTime::java.lang.String=2:00:00
147
#测试环境下设置微信定时刷新任务不执行
148
com_ekexiu_portal_service_WeixinService.jsApiOauthUrl::java.lang.String=http://www.ekexiu.com
147 149
#rich editor data save path
148 150
com_ekexiu_portal_editor_EditorConfig.rootPath::java.io.File=/kexiu/webdata
149 151
editorControllerGetWebRequestEntry::list-group-jfwmvc=org.jfw.util.web.model.WebRequestEntry