Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
LegalPersonMonitor
Project
Project
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
xiachenqi
LegalPersonMonitor
Commits
9991f5c5
Commit
9991f5c5
authored
Jan 24, 2018
by
gao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
监控系统(微信消息推送)
1.0 签名服务器监控 2.0 可信平台监控 3.0 服务状态监控
parent
374b7bdf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
SendRequset.java
.../java/com/legalPersonMonitor/connections/SendRequset.java
+0
-3
StartUpTask.java
src/main/java/com/legalPersonMonitor/server/StartUpTask.java
+1
-1
test.java
src/main/java/com/test/test.java
+1
-1
No files found.
src/main/java/com/legalPersonMonitor/connections/SendRequset.java
View file @
9991f5c5
...
...
@@ -142,13 +142,10 @@ public class SendRequset {
try
{
wxResultMassage
=
mapper
.
readValue
(
result
,
WxResponseBean
.
class
);
}
catch
(
JsonParseException
e
)
{
// TODO Auto-generated catch block
e
.
printStackTrace
();
}
catch
(
JsonMappingException
e
)
{
// TODO Auto-generated catch block
e
.
printStackTrace
();
}
catch
(
IOException
e
)
{
// TODO Auto-generated catch block
e
.
printStackTrace
();
}
return
wxResultMassage
;
...
...
src/main/java/com/legalPersonMonitor/server/StartUpTask.java
View file @
9991f5c5
...
...
@@ -7,7 +7,7 @@ import org.springframework.context.support.FileSystemXmlApplicationContext;
* Created by gaoxiang on 2018/1/23.
*/
public
class
StartUpTask
{
public
static
void
main
(
String
aa
[]
){
public
static
void
main
(
String
[]
args
){
ApplicationContext
context
=
new
FileSystemXmlApplicationContext
(
"classpath:applicationContext.xml"
);
}
}
src/main/java/com/test/test.java
View file @
9991f5c5
...
...
@@ -18,7 +18,7 @@ import java.util.Map;
* Created by gaoxiang on 2018/1/22.
*/
public
class
test
{
public
static
void
main
(
String
args
[]
){
public
static
void
main
(
String
[]
args
){
}
}
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