mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 11:26:50 +08:00
修改配置
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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=
|
||||
|
||||
|
||||
|
||||
@@ -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=
|
||||
|
||||
@@ -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=
|
||||
|
||||
@@ -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=
|
||||
Reference in New Issue
Block a user