Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apollo-patch
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DevOps
apollo-patch
Commits
61aabb2b
Commit
61aabb2b
authored
Aug 28, 2019
by
xiaoguang.xu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兼容SpringBoot 1.5.8 版本的方法
parent
b91f8d75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
pom.xml
pom.xml
+1
-1
QGSpringApplicationRunListener.java
...up/apollopatch/spring/QGSpringApplicationRunListener.java
+11
-0
No files found.
pom.xml
View file @
61aabb2b
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<groupId>
cn.quantgroup
</groupId>
<groupId>
cn.quantgroup
</groupId>
<artifactId>
apollo-patch
</artifactId>
<artifactId>
apollo-patch
</artifactId>
<version>
0.0.
1
</version>
<version>
0.0.
2
</version>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
src/main/java/cn/quantgroup/apollopatch/spring/QGSpringApplicationRunListener.java
View file @
61aabb2b
...
@@ -55,4 +55,15 @@ public class QGSpringApplicationRunListener implements SpringApplicationRunListe
...
@@ -55,4 +55,15 @@ public class QGSpringApplicationRunListener implements SpringApplicationRunListe
public
void
failed
(
ConfigurableApplicationContext
context
,
Throwable
exception
)
{
public
void
failed
(
ConfigurableApplicationContext
context
,
Throwable
exception
)
{
}
}
/**
* 兼容SpringBoot 1.5.8 版本的方法
* @param context
* @param exception
*/
public
void
finished
(
ConfigurableApplicationContext
context
,
Throwable
exception
){
}
}
}
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