修改配置

This commit is contained in:
daihh
2022-11-07 18:55:03 +08:00
parent 06fccac0e2
commit e4742e5486
5 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ public class EmailServiceImpl implements IEmailService {
}
String cfgFrom=SysConstant.getConfigValue("xboe.email.from","boeu_learning@boe.com.cn");
String cfgUser=SysConstant.getConfigValue("xboe.email.user");
String cfgWord=SysConstant.getConfigValue("xboe.email.password");
String cfgWord=SysConstant.getConfigValue("xboe.email.security");
Map<String,Object> data=new HashMap<String,Object>();
data.put("to",to);

View File

@@ -63,6 +63,6 @@ xboe.elasticsearch.index.name=new_resource_list
xboe.email.url=https://u-pre.boe.com/api/b1/email/send
xboe.email.from=boeu_learning@boe.com.cn
xboe.email.user=
xboe.email.password=
xboe.email.security=

View File

@@ -53,4 +53,4 @@ xboe.elasticsearch.server.password=Boe@es123
xboe.email.url=https://u.boe.com/api/b1/email/send
xboe.email.from=boeu_learning@boe.com.cn
xboe.email.user=
xboe.email.password=
xboe.email.security=

View File

@@ -90,4 +90,4 @@ xboe.elasticsearch.server.password=Boe@es123
xboe.email.url=https://u.boe.com/api/b1/email/send
xboe.email.from=boeu_learning@boe.com.cn
xboe.email.user=
xboe.email.password=
xboe.email.security=

View File

@@ -65,4 +65,4 @@ xboe.elasticsearch.server.password=Boe@es123
xboe.email.url=https://u-pre.boe.com/api/b1/email/send
xboe.email.from=boeu_learning@boe.com.cn
xboe.email.user=
xboe.email.password=
xboe.email.security=