This commit is contained in:
thinkgem
2018-05-26 20:14:26 +08:00
parent dc3d70e96f
commit 65bd1c16e9
13 changed files with 118 additions and 33 deletions

View File

@@ -417,6 +417,13 @@ jdbc:
# sslOnConnect: false
# sslSmtpPort: 994
#
# # 短信网关
# sms:
# beanName: smsSendService
# url: http://localhost:80/msg/sendSms
# data: account=demo&pswd=demo&product=
# prefix: ~
# suffix: 【JeeSite】
#============================#
#===== Video settings =======#

View File

@@ -35,6 +35,7 @@ public class InitCoreData extends com.jeesite.modules.sys.db.InitCoreData {
initCompany();
initPost();
initEmpUser();
initMsgPushJob();
initGenTestData();
initGenTreeData();
}