Skip to content

Commit 46763b3

Browse files
committed
delete unnecessary information
1 parent a4763ce commit 46763b3

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

src/main/java/com/example/config/MQConfiguration.java

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,8 @@
55
import org.springframework.amqp.support.converter.MessageConverter;
66
import org.springframework.context.annotation.Bean;
77
import org.springframework.context.annotation.Configuration;
8-
import org.springframework.context.annotation.Profile;
98

10-
/**
11-
* <p>Title: MQConfiguration</p>
12-
* <p>Description: </p>
13-
* <p>Copyright: Copyright (c) 2017</p>
14-
* <p>Company: HP Development Company L.P.</p>
15-
*
16-
* @author wangzen
17-
* @date 2/28/2017
18-
*/
9+
1910
@Configuration
2011
public class MQConfiguration {
2112
@Bean

src/main/java/com/example/message/Receiver.java

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@
44
import org.springframework.amqp.rabbit.annotation.RabbitHandler;
55
import org.springframework.amqp.rabbit.annotation.RabbitListener;
66

7-
/**
8-
* <p>Title: Receiver</p>
9-
* <p>Description: </p>
10-
* <p>Copyright: Copyright (c) 2017</p>
11-
* <p>Company: HP Development Company L.P.</p>
12-
*
13-
* @author wangzen
14-
* @date 2/28/2017
15-
*/
7+
168
@RabbitListener(queues = "testMQ")
179
public class Receiver {
1810

0 commit comments

Comments
 (0)