Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
change4weixin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenjinzhu
change4weixin
Commits
45e94dd8
Commit
45e94dd8
authored
May 08, 2018
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update connect
parent
8655d729
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
src/main/java/com/zhiwei/finance/ESUtil.java
+0
-2
src/main/java/sendmail/SendMailUtil.java
+0
-1
No files found.
src/main/java/com/zhiwei/finance/ESUtil.java
View file @
45e94dd8
...
@@ -207,8 +207,6 @@ public class ESUtil {
...
@@ -207,8 +207,6 @@ public class ESUtil {
log
.
info
(
"金融结束"
);
log
.
info
(
"金融结束"
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
log
.
error
(
"es检索出错,错误信息【{}】"
,
e
);
log
.
error
(
"es检索出错,错误信息【{}】"
,
e
);
}
finally
{
esClient
.
close
();
}
}
for
(
NewsResult
news
:
result
)
{
for
(
NewsResult
news
:
result
)
{
for
(
String
source
:
sources
)
{
for
(
String
source
:
sources
)
{
...
...
src/main/java/sendmail/SendMailUtil.java
View file @
45e94dd8
...
@@ -73,7 +73,6 @@ public class SendMailUtil {
...
@@ -73,7 +73,6 @@ public class SendMailUtil {
transport
.
close
();
transport
.
close
();
}
}
public
static
void
sendMessage2
(
String
mail
,
String
url
,
String
str
)
throws
Exception
{
public
static
void
sendMessage2
(
String
mail
,
String
url
,
String
str
)
throws
Exception
{
log
.
info
(
mail
+
","
+
url
+
","
+
str
);
log
.
info
(
mail
+
","
+
url
+
","
+
str
);
// 创建参数配置, 用于连接邮件服务器的参数配置
// 创建参数配置, 用于连接邮件服务器的参数配置
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment