Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
Y
yzg-util
Project
Project
Details
Activity
Releases
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
YZG
yzg-util
Commits
757cf29d
Commit
757cf29d
authored
Apr 10, 2019
by
yanzg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息队列
parent
e929d258
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
pom.xml
yzg-util-mq/pom.xml
+1
-1
MessageInitPlan.java
...rc/main/java/com/yanzuoguang/mq/plan/MessageInitPlan.java
+0
-2
No files found.
yzg-util-mq/pom.xml
View file @
757cf29d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<parent>
<parent>
<artifactId>
yzg-util
-cloud
</artifactId>
<artifactId>
yzg-util
</artifactId>
<groupId>
com.yanzuoguang
</groupId>
<groupId>
com.yanzuoguang
</groupId>
<version>
1.0-SNAPSHOT
</version>
<version>
1.0-SNAPSHOT
</version>
</parent>
</parent>
...
...
yzg-util-mq/src/main/java/com/yanzuoguang/mq/plan/MessageInitPlan.java
View file @
757cf29d
...
@@ -8,7 +8,6 @@ import com.yanzuoguang.util.thread.ThreadHelper;
...
@@ -8,7 +8,6 @@ import com.yanzuoguang.util.thread.ThreadHelper;
import
com.yanzuoguang.util.thread.ThreadNext
;
import
com.yanzuoguang.util.thread.ThreadNext
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.cloud.context.config.annotation.RefreshScope
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
import
java.util.List
;
import
java.util.List
;
...
@@ -17,7 +16,6 @@ import java.util.List;
...
@@ -17,7 +16,6 @@ import java.util.List;
* 消息队列初始化服务,用于重启时,初始化消息队列对象
* 消息队列初始化服务,用于重启时,初始化消息队列对象
*/
*/
@Component
@Component
@RefreshScope
public
class
MessageInitPlan
implements
ThreadNext
.
Next
,
Runnable
{
public
class
MessageInitPlan
implements
ThreadNext
.
Next
,
Runnable
{
@Autowired
@Autowired
...
...
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